looply for Claude Desktop
io.github.xie38388/looply
Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.
client:Claude Desktop
transport:stdio
runtime:npm
Install looply in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "<LOOPLY_API_KEY>",
"LOOPLY_BASE_URL": "<LOOPLY_BASE_URL>",
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs