Planify for Cursor
com.planifyapps/planify
Schedule and publish social posts to Twitter, Instagram, LinkedIn, Pinterest, Bluesky and more.
client:Cursor
transport:stdio
runtime:npm
Install Planify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"planify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@planifyapps/mcp"
],
"env": {
"PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
"PLANIFY_API_URL": "<PLANIFY_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs