Skip to content
Grok

Type Atlas for Grok

io.github.tyler-mitchell/type-atlas

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

client:Grok transport:stdio runtime:npm

Install Type Atlas in Grok

.mcp.json (in your project root)

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

Type Atlas in other clients