Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Planify in other clients