social media manager mcp for Cursor
io.github.closermethod/social-media-manager-mcp
Operational layer for running accounts: calendars, cadence, captions, hashtags, reporting.
client:Cursor
transport:stdio
runtime:npm
Install social media manager mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"social-media-manager-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"social-media-manager-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs