Skip to content
Grok

esa for Grok

io.github.esaio/esa

Official MCP server for esa.io - a documentation sharing service for teams

client:Grok transport:stdio runtime:npm

Install esa 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": {
    "esa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@esaio/esa-mcp-server"
      ],
      "env": {
        "ESA_ACCESS_TOKEN": "<ESA_ACCESS_TOKEN>"
      }
    }
  }
}

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

esa in other clients