Skip to content
Grok

looply for Grok

io.github.xie38388/looply

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

client:Grok transport:stdio runtime:npm

Install looply in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

looply in other clients