Skip to content
Cursor

planfix mcp for Cursor

io.github.theyahia/planfix-mcp

MCP server for Planfix API — tasks, contacts. 3 tools.

client:Cursor transport:stdio runtime:npm

Install planfix mcp 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": {
    "planfix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/planfix-mcp"
      ],
      "env": {
        "PLANFIX_TOKEN": "<PLANFIX_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

planfix mcp in other clients