mcpbeat Sign in

Callmcp MCP Server

local only

Callmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 11 Jul 2026.

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.

Installs per day peak 33 · avg 16 · +72% w/w
a month agotoday
68
Installs / week
npm · @callmcp/server
1
Stars
2 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Callmcp 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 server -- npx -y @callmcp/server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@callmcp/server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.server]
command = "npx"
args = ["-y", "@callmcp/server"]
.cursor/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@callmcp/server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@callmcp/server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALLMCP_CONFIG (Path to a callmcp.config.json file. Omit to configure entirely via env vars.), CALLMCP_DEFAULT_DRIVER (driver_id routed to when a tool call omits `driver` (e.g. kaicalls, dograh, twilio_openai).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Callmcp

same job, measured the same way
treg.to
by superdesigndev

OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.

answering
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

98 installs/wk local only
ToolRouter
by humanleap

The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.

48 tools answering
Exact Online
by iwebdevelopment

Exact AI Connect: hosted MCP server for Exact Online.

answering
Afas
by iwebdevelopment

AFAS AI Connect: hosted MCP server for AFAS Profit.

answering
Alephant MCP
by alephantai

Alephant MCP server for AI cost control, BYO-key routing, 50+ providers, and 320+ models.

33 installs/wk local only
Taskade MCP
by taskade

Hosted OAuth MCP at https://www.taskade.com/mcp, or local @taskade/mcp-server.

108 installs/wk answering
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only

Callmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Callmcp?
Callmcp 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 npm package @callmcp/server was installed 68 times last week.
How do I connect Callmcp?
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 @callmcp/server straight from npm; nothing to host, nothing to sign up for.
How many people use Callmcp?
The npm package @callmcp/server was installed 68 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Callmcp open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.