Skip to content
Claude Desktop

AgentLine for Claude Desktop

io.github.agentlinehq/agentline

Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.

client:Claude Desktop transport:streamable-http

Install AgentLine in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentline": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agentline.cloud/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AgentLine in other clients