Access 21+ social media platforms through one unified API. Profiles, posts, search.
{
"mcpServers": {
"io-github-ridiodevelopment-socialcrawl": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Access 21+ social media platforms through one unified API. Profiles, posts, search.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Production ready MCP server with real-time search, extract, map & crawl.
Browser automation with Puppeteer for web scraping and testing
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for io.github.RidioDevelopment/socialcrawl and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for SocialCrawl — access 21+ social media platforms through one unified API.
SocialCrawl MCP gives AI agents instant access to 21 social media platforms and 105 endpoints through a single, unified API. Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and more — no per-platform authentication required. Agents discover available endpoints dynamically, so they always work with the latest capabilities without any hardcoded platform logic.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}
Add to .cursor/mcp.json in your project root or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"socialcrawl": {
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}
Add to .vscode/mcp.json in your project or your user settings:
{
"servers": {
"socialcrawl": {
"type": "stdio",
"command": "npx",
"args": ["-y", "socialcrawl-mcp"],
"env": {
"SOCIALCRAWL_API_KEY": "your_api_key_here"
}
}
}
}
| Tool | Description |
|---|---|
socialcrawl_list_platforms | Discover all 21 supported platforms with their slugs and endpoint counts |
socialcrawl_list_endpoints | See all endpoints, required parameters, and credit costs for a specific platform |
socialcrawl_request | Make any SocialCrawl API call — fetch profiles, posts, comments, search results, and more |
socialcrawl_get_docs | Access detailed API documentation for a platform or specific endpoint |
User prompt: "Get the TikTok profile for charlidamelio"
Agent flow:
socialcrawl_list_endpoints with platform: "tiktok" to discover available endpointsuser/info endpoint — takes a username parameter, costs 1 creditsocialcrawl_request with platform: "tiktok", endpoint: "user/info", params: { username: "charlidamelio" }| Platform | Endpoints |
|---|---|
| TikTok | 24 |
| 12 | |
| YouTube | 11 |
| 12 | |
| X (Twitter) | 6 |
| 6 | |
| 7 | |
| Threads | 5 |
| 4 | |
| 4 | |
| Truth Social | 3 |
| Twitch | 2 |
| Snapchat | 1 |
| Kick | 1 |
| Amazon | 1 |
| Linktree | 1 |
| Linkbio | 1 |
| Linkme | 1 |
| Komi | 1 |
| Pillar | 1 |
| Utility | 1 |
Total: 105 endpoints across 21 platforms
| Tier | Cost | Share of Endpoints |
|---|---|---|
| Standard | 1 credit | ~90% |
| Advanced | 5 credits | ~8% |
| Premium | 10 credits | ~2% |
New accounts receive 100 free credits — enough to make 100 standard requests or explore multiple platforms before committing to a paid plan.
MIT — see LICENSE for details.