mcpbeat Sign in

Clawcall MCP Server

by clawcall-dev Your server? Claim it
local only

Clawcall runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 25 Aug 2026.

MCP server for ClawCall — AI-powered US phone calling.

Installs per day peak 13 · avg 7 · +26% w/w
a month agotoday
44
Installs / week
npm · @clawcall/mcp
7
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: CLAWCALL_API_KEY (Optional ClawCall API key (clawcall_sk_...). Auto-provisioned on the first call if unset; shadows the saved key file when present.), CLAWCALL_BASE_URL (ClawCall REST API base URL. Defaults to https://api.clawcall.dev.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clawcall

same job, measured the same way
Cantrip
by ozten

MCP server for Cantrip — AI-powered GTM engine for solo founders

36 installs/wk local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

62 installs/wk local only
Sequenzy MCP
by polnikale

Sequenzy MCP server for AI-powered email marketing automation.

answering
R
Syncline MCP Server
by syncline

AI-powered meeting scheduling with intelligent auto-scheduling for Claude and AI agents.

218 installs/wk local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Test Case Generator AI MCP
by csoai-org

AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate

167 installs/wk local only
Fiuto
by fiuto

AI-powered user research for everyone

answering
Tax Calculator AI MCP
by csoai-org

AI-powered tax calculator ai MCP server for agents. Supports calculate income tax, calculate vat

201 installs/wk local only

Clawcall — questions

Answers built from our own checks of this server.

Why is there no uptime for Clawcall?
Clawcall 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 @clawcall/mcp was installed 44 times last week.
How do I connect Clawcall?
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 @clawcall/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clawcall?
The npm package @clawcall/mcp was installed 44 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clawcall open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.