Home › Communication › AgentPhone
AgentPhone
Give AI agents real phone numbers, messages, and voice calls via MCP.
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>"
}
}
}
}
Authorizationrequired 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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"agentphone-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"AGENTPHONE_API_KEY": "<YOUR_VALUE>"
}
}
}
}
AGENTPHONE_API_KEYrequired secret — Your AgentPhone API key. Get one at https://agentphone.ai
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry