Odel
planfix mcp

planfix mcp

Local
@theyahia3TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/planfix-mcpv1.0.0

Run

npx -y @theyahia/planfix-mcp

MCP client config

{
  "mcpServers": {
    "planfix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/planfix-mcp"
      ]
    }
  }
}