Skip to content
Grok

glippy mcp for Grok

io.github.jbobbink/glippy-mcp

GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search

client:Grok transport:stdio runtime:npm

Install glippy mcp 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": {
    "glippy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ],
      "env": {
        "GLIPPY_LICENSE_KEY": "<GLIPPY_LICENSE_KEY>",
        "GLIPPY_RATE_LIMIT": "<GLIPPY_RATE_LIMIT>"
      }
    }
  }
}

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

glippy mcp in other clients