Loading MCP server directory, please wait...
Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.
npx @getmcp/cli add io.github.xie38388/looplyRequires Node.js 18+. Community-contributed server. Review source before installing.
LOOPLY_API_KEYYour Looply API key for authentication. Generate one from Settings → API Keys in your Looply dashboard.
LOOPLY_BASE_URLYour Looply instance URL (e.g., https://your-app.manus.space)
DATABASE_URLMySQL database connection string for direct database access
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xie38388/looply": {
"command": "npx",
"args": [
"-y",
"looply-mcp-server"
],
"env": {
"LOOPLY_API_KEY": "",
"LOOPLY_BASE_URL": "",
"DATABASE_URL": ""
}
}
}
}