Skip to content
Cursor

social media api for Cursor

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.

client:Cursor transport:stdio runtime:npm

Install social media api 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-media-api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@socialapis/mcp"
      ],
      "env": {
        "SOCIALAPIS_API_KEY": "<SOCIALAPIS_API_KEY>",
        "MCP_PROXY_URL": "<MCP_PROXY_URL>"
      }
    }
  }
}

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

social media api in other clients