Post for Me MCP Pro for Cursor
io.github.helbertparanhos/postforme-mcp-pro
Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
client:Cursor
transport:stdio
runtime:npm
Install Post for Me MCP Pro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postforme-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<POSTFORME_READONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs