Skip to content
Grok

openroute mcp for Grok

io.github.vemonet/openroute-mcp

Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.

client:Grok transport:stdio runtime:pypi

Install openroute 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": {
    "openroute-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openroute-mcp"
      ],
      "env": {
        "OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
      }
    }
  }
}

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

openroute mcp in other clients