looply for Cline
io.github.xie38388/looply
Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.
client:Cline
transport:stdio
runtime:npm
Install looply 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": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs