Skip to content
Cursor

looply for Cursor

io.github.xie38388/looply

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

client:Cursor transport:stdio runtime:npm

Install looply in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "looply": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "looply-mcp-server"
      ],
      "env": {
        "LOOPLY_API_KEY": "<LOOPLY_API_KEY>",
        "LOOPLY_BASE_URL": "<LOOPLY_BASE_URL>",
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

looply in other clients