mcpbeat Sign in

CallRail MCP Server

local only

CallRail MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 134 installs a week from pypi. Last commit 8 Sep 2026.

CallRail REST API v3: 57 tools for calls, leads, trackers, tags, users, and agency reporting.

Installs per day peak 70 · avg 26 · +9% w/w
a month agotoday
134
Installs / week
pypi · callrail-mcp
2
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CallRail MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add callrail-mcp -- uvx callrail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "callrail-mcp": {
      "args": [
        "callrail-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.callrail-mcp]
command = "uvx"
args = ["callrail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "callrail-mcp": {
      "args": [
        "callrail-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "callrail-mcp": {
      "args": [
        "callrail-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CALLRAIL_API_KEY (CallRail API key. Get one at Settings > API Keys in your CallRail account (requires Account Admin). Alternatively set CALLRAIL_API_KEY_FILE to a file path containing the key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CallRail MCP

same job, measured the same way
Salesforce Marketing
by zleventer

MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.

18 installs/wk local only
Drone CI/CD MCP Server
by yusiwen

MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates

local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
LeanrIQ
by leanrads

Creative-intelligence MCP for campaign strategy, ad builds, QA, and reporting.

87 tools answering
Clawwork
by gammell53

AI agent project management — task boards, progress tracking, and cost reporting.

36 installs/wk local only
MCP Quipu
by nubiia-dev

Quipu API integration with 18 MCP tools for invoices, expenses, contacts and Spanish VAT reporting

30 installs/wk local only
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

298 installs/wk local only

CallRail MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for CallRail MCP?
CallRail MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package callrail-mcp was installed 134 times last week.
How do I connect CallRail MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls callrail-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use CallRail MCP?
The pypi package callrail-mcp was installed 134 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CallRail MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.