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