Skip to content
Cursor

social data mcp for Cursor

io.github.mrocker/social-data-mcp

X/Twitter, YouTube and TikTok data tools in one stdio MCP server (Apify-hosted). Pay per result.

client:Cursor transport:stdio runtime:npm

Install social data mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "social-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "social-data-mcp"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

social data mcp in other clients