Skip to content
Gemini CLI

loops mcp for Gemini CLI

io.github.mrfentmen/loops-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install loops mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

loops mcp in other clients