Odel
SocialCrawl

SocialCrawl

Local
@ridiodevelopmentTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsocialcrawl-mcpv1.0.1

Run

npx -y socialcrawl-mcp

MCP client config

{
  "mcpServers": {
    "socialcrawl": {
      "command": "npx",
      "args": [
        "-y",
        "socialcrawl-mcp"
      ]
    }
  }
}