CallRail MCP for Cursor
io.github.pghdma/callrail-mcp
CallRail REST API v3: 57 tools for calls, leads, trackers, tags, users, and agency reporting.
client:Cursor
transport:stdio
runtime:pypi
Install CallRail MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"callrail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"callrail-mcp"
],
"env": {
"CALLRAIL_API_KEY": "<CALLRAIL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs