Back to Browse

Socialcrawl MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Access 21+ social media platforms through one unified API. Profiles, posts, search.

About

Access 21+ social media platforms through one unified API. Profiles, posts, search.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Your SocialCrawl API key. Get a free key at socialcrawl.com (100 credits, no credit card required).Required

Environment variable: SOCIALCRAWL_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ridiodevelopment-socialcrawl": {
      "env": {
        "SOCIALCRAWL_API_KEY": "your-socialcrawl-api-key-here"
      },
      "args": [
        "-y",
        "socialcrawl-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

socialcrawl-mcp

npm version License: MIT

MCP server for SocialCrawl — access 21+ social media platforms through one unified API.

What it does

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.

Quick Setup

Claude Desktop

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"
      }
    }
  }
}

Cursor

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"
      }
    }
  }
}

VS Code (Claude Code)

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"
      }
    }
  }
}

Get Your API Key

  1. Sign up at socialcrawl.com — no credit card required
  2. Receive 100 free credits instantly upon registration
  3. Copy your API key from the dashboard and paste it into your config

Available Tools

ToolDescription
socialcrawl_list_platformsDiscover all 21 supported platforms with their slugs and endpoint counts
socialcrawl_list_endpointsSee all endpoints, required parameters, and credit costs for a specific platform
socialcrawl_requestMake any SocialCrawl API call — fetch profiles, posts, comments, search results, and more
socialcrawl_get_docsAccess detailed API documentation for a platform or specific endpoint

Example

User prompt: "Get the TikTok profile for charlidamelio"

Agent flow:

  1. Calls socialcrawl_list_endpoints with platform: "tiktok" to discover available endpoints
  2. Finds user/info endpoint — takes a username parameter, costs 1 credit
  3. Calls socialcrawl_request with platform: "tiktok", endpoint: "user/info", params: { username: "charlidamelio" }
  4. Returns profile data: follower count, bio, video count, verification status, and more

Supported Platforms

PlatformEndpoints
TikTok24
Instagram12
YouTube11
Facebook12
X (Twitter)6
LinkedIn6
Reddit7
Threads5
Pinterest4
Google4
Truth Social3
Twitch2
Snapchat1
Kick1
Amazon1
Linktree1
Linkbio1
Linkme1
Komi1
Pillar1
Utility1

Total: 105 endpoints across 21 platforms

Credit System

TierCostShare of Endpoints
Standard1 credit~90%
Advanced5 credits~8%
Premium10 credits~2%

New accounts receive 100 free credits — enough to make 100 standard requests or explore multiple platforms before committing to a paid plan.

License

MIT — see LICENSE for details.

Reviews

No reviews yet

Be the first to review this server!

Socialcrawl MCP Server - Access 21+ social media platforms through one unified API. | MCP Marketplace