Custom-MCP-Server
by Sharan-Kumar-R·★ 75·Score 40
An MCP server providing scraping tools for LinkedIn, Facebook, Instagram, and Google search.
Overview
This is a functional MCP server that implements scraping capabilities for major social media platforms. The server exposes tools to extract profile information from LinkedIn, Facebook, and Instagram, as well as perform web searches using Google Serper API. It uses FastMCP for implementation and requires API keys from RapidAPI and Serper.dev. The project includes proper documentation, installation steps, and troubleshooting guidance.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this server if you need to scrape public social media profiles and perform Google searches through MCP, and already have RapidAPI and Serper.dev API keys.
When NOT to choose this
Avoid this server if you need to scrape non-public data, don't want to deal with third-party API limits, or require more advanced search capabilities than basic Google results.
Tools this server exposes
4 tools extracted from the READMElinkedin_profile_scraperExtract personal and company profile data from LinkedIn
facebook_profile_scraperFetch public profile information from Facebook
instagram_profile_scraperGet profile data and basic information from Instagram
google_searchPerform web searches using Google Serper API
Comparable tools
Installation
Installation
- Add MCP to your Python project using uv:
uv init custom-mcp-server
cd custom-mcp-server
uv add "mcp[cli]"- Install additional dependencies:
uv add httpx python-dotenv fastmcp- Add API keys to your
.envfile:
RAPIDAPI_KEY=your_rapidapi_key_here
SERPER_API_KEY=your_serper_api_key_here- Install the server:
uv run mcp install main.pyFor Claude Desktop, restart the app after installation to see the new tools.
FAQ
- What platforms does this MCP server support?
- The server supports scraping data from LinkedIn, Facebook, Instagram, and provides Google search functionality through the Google Serper API.
- How do I get API keys for this server?
- You need to sign up at RapidAPI (for LinkedIn, Facebook, Instagram APIs) and Serper.dev (for Google search) and obtain API keys for each service.
- Is this server compatible with other AI assistants besides Claude?
- The README primarily documents integration with Claude Desktop, but as a standard MCP server, it should theoretically work with any MCP-compatible client.
Compare Custom-MCP-Server with
Last updated · Auto-generated from public README + GitHub signals.