← Index

ai.social-api/socialapi

ai.social-api/socialapi·v1.0.1·Other
Quality Score
88
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "socialapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-socialapi"
      ],
      "env": {
        "SOCIALAPI_API_KEY": "<your-socialapi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "socialapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-socialapi"
      ],
      "env": {
        "SOCIALAPI_API_KEY": "<your-socialapi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-socialapi
§02  Environment variables
SOCIALAPI_API_KEY
requiredsecret

Your SocialAPI API key from app.social-api.ai

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other