HomeCommunication › AgentPhone

AgentPhone

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

TypeScript Remote
★ 123 stars Last pushed 2026-08-29 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.agentphone.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agentphone-mcp https://mcp.agentphone.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agentphone-mcp": {
      "url": "https://mcp.agentphone.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token for AgentPhone API authentication (format: Bearer YOUR_API_KEY). Get your key at https://agentphone.ai

Package (npm 0.6.0)

npx -y agentphone-mcp@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "agentphone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentphone-mcp@0.6.0"
      ],
      "env": {
        "AGENTPHONE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTPHONE_API_KEY required secret — Your AgentPhone API key. Get one at https://agentphone.ai

Related servers

Data from the Official MCP Registry