← Index

AgentPhone

io.github.AgentPhone-AI/agentphone·v0.5.2·Other
Quality Score
85
/100

Give AI agents real phone numbers, messages, and voice calls via MCP.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.agentphone.to/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentphone": {
      "command": "npx",
      "args": [
        "-y",
        "agentphone-mcp"
      ],
      "env": {
        "AGENTPHONE_API_KEY": "<your-agentphone_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentphone": {
      "command": "npx",
      "args": [
        "-y",
        "agentphone-mcp"
      ],
      "env": {
        "AGENTPHONE_API_KEY": "<your-agentphone_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentphone-mcp
§02  Environment variables
AGENTPHONE_API_KEY
requiredsecret

Your AgentPhone API key. Get one at https://agentphone.to

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other