← Back to browse

socialapi

Indexed by ai.social-api

About

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSOCIALAPI_API_KEY
Claude Code
claude mcp add --env SOCIALAPI_API_KEY= socialapi -- npx mcp-socialapi
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"socialapi","command":"npx","args":["mcp-socialapi"],"env":{"SOCIALAPI_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "socialapi": {
      "command": "npx",
      "args": [
        "mcp-socialapi"
      ],
      "env": {
        "SOCIALAPI_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.