ClawCall MCP Server
Rank #15,306io.github.ClawCall-Dev/clawcall
MCP server for ClawCall — AI-powered US phone calling.
ClawCall MCP Server is a Model Context Protocol (MCP) server published by clawcall-dev. It ranks #15,306 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. ClawCall MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 116,740 of 132,046 servers on MCP Toplist.
Use ClawCall MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add clawcall -e "CLAWCALL_API_KEY=<your CLAWCALL_API_KEY>" -e "CLAWCALL_BASE_URL=<your CLAWCALL_BASE_URL>" -- npx -y @clawcall/mcpReplace each placeholder with your own value before saving.
[mcp_servers.clawcall]
command = "npx"
args = ["-y", "@clawcall/mcp"]
[mcp_servers.clawcall.env]
CLAWCALL_API_KEY = "<your CLAWCALL_API_KEY>"
CLAWCALL_BASE_URL = "<your CLAWCALL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<your CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<your CLAWCALL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<your CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<your CLAWCALL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clawcall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<your CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<your CLAWCALL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<your CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<your CLAWCALL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<your CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<your CLAWCALL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ClawCall-Dev%2Fclawcall)<a href="https://mcptoplist.com/server/io.github.ClawCall-Dev%2Fclawcall"><img src="https://mcptoplist.com/badge/io.github.ClawCall-Dev%2Fclawcall.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
clawcall-dev
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 7, 2026 |
Frequently asked questions
- Who maintains ClawCall MCP Server?
- ClawCall MCP Server is maintained by clawcall-dev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is ClawCall MCP Server listed on the Official MCP Registry?
- Yes — ClawCall MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ClawCall MCP Server have?
- MCP Toplist tracks 1 version of ClawCall MCP Server, most recently published on Jun 7, 2026.
- Where can I find the source code for ClawCall MCP Server?
- The source code for ClawCall MCP Server is hosted at github.com/clawcall-dev/clawcall.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.