CallRail MCP for Grok
io.github.pghdma/callrail-mcp
CallRail REST API v3: 57 tools for calls, leads, trackers, tags, users, and agency reporting.
client:Grok
transport:stdio
runtime:pypi
Install CallRail MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"callrail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"callrail-mcp"
],
"env": {
"CALLRAIL_API_KEY": "<CALLRAIL_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs