Phonelcdparts Mcp
About
Phoneldparts Mcp is a Model Context Protocol server that scrapes product search results from phonelcdparts.com using Firecrawl and BeautifulSoup. It provides a tool for programmatically retrieving product name, price, URL, and image URL for any search query. It is intended for…
Details
- Author
- cnguyen14
- Downloads
- 327
- Categories
- Other
Jump to
- Exposes the scrape_phonelcdparts MCP tool for product search.
- Open source under the MIT License.
- Ready for hosting on MCP.so via chatmcp.yaml.
- Uses Firecrawl for web scraping with a simple API key setup.
- Returns product name, price, URL, and image URL per result.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Phonelcdparts McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Python 3.12+, set the FIRECRAWL_API_KEY environment variable, then either run python app.py or use the start-mcp script. The server exposes a single MCP tool named scrape_phonelcdparts that accepts a search_query string argument.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"phonelcdparts mcp": {
"PhoneLCDPartsScraper": {
"command": "fastmcp",
"args": [
"run",
"app.py"
],
"env": {
"FIRECRAWL_API_KEY": "{FIRECRAWL_API_KEY}"
}
}
}
}
}
McpServers
{
"PhoneLCDPartsScraper": {
"command": "fastmcp",
"args": [
"run",
"app.py"
],
"env": {
"FIRECRAWL_API_KEY": "{FIRECRAWL_API_KEY}"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




