magpipe for Cline
io.github.elagerway/magpipe
Manage AI voice agents, calls, SMS, contacts, and phone numbers via Magpipe.
client:Cline
transport:stdio
runtime:npm
Install magpipe in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"magpipe": {
"command": "npx",
"args": [
"-y",
"magpipe-mcp-server"
],
"env": {
"MAGPIPE_API_KEY": "<MAGPIPE_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs