socialapi for Cursor
ai.social-api/socialapi
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
client:Cursor
transport:stdio
runtime:npm
Install socialapi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"socialapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<SOCIALAPI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs