Skip to content
Grok

loops mcp for Grok

io.github.mrfentmen/loops-mcp

MCP server for Loops: contacts, events. Needs a free API key.

client:Grok transport:stdio runtime:npm

Install loops mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "loops-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/loops-mcp"
      ]
    }
  }
}

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

loops mcp in other clients