Skip to content
Grok

maproll for Grok

io.maproll/maproll

Make production-ready static maps. Every map is a URL you can embed anywhere.

client:Grok transport:stdio runtime:npm

Install maproll in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "maproll": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@maproll/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

maproll in other clients