What is the AgentPhone MCP server?
Give AI agents real phone numbers, messages, and voice calls via MCP.
How to install AgentPhone
Copy-paste configuration for popular MCP clients.
AGENTPHONE_API_KEYrequiredsecretYour AgentPhone API key. Get one at https://agentphone.ai
AuthorizationrequiredsecretBearer token for AgentPhone API authentication (format: Bearer YOUR_API_KEY). Get your key at https://agentphone.ai
{
"mcpServers": {
"agentphone": {
"command": "npx",
"args": [
"-y",
"agentphone-mcp"
],
"env": {
"AGENTPHONE_API_KEY": "<YOUR_AGENTPHONE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"agentphone": {
"command": "npx",
"args": [
"-y",
"agentphone-mcp"
],
"env": {
"AGENTPHONE_API_KEY": "<YOUR_AGENTPHONE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"agentphone": {
"command": "npx",
"args": [
"-y",
"agentphone-mcp"
],
"env": {
"AGENTPHONE_API_KEY": "<YOUR_AGENTPHONE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"agentphone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentphone-mcp"
],
"env": {
"AGENTPHONE_API_KEY": "<YOUR_AGENTPHONE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add agentphone --env AGENTPHONE_API_KEY=<YOUR_AGENTPHONE_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y agentphone-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.