Skip to content
Cursor

calltouch mcp for Cursor

io.github.theyahia/calltouch-mcp

MCP server for Calltouch API — call tracking, call statistics. Token auth.

client:Cursor transport:stdio runtime:npm

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

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

calltouch mcp in other clients