Skip to content
Grok

maias for Grok

io.github.maias-project/maias

Validate, query, safely edit, and wireframe MAIAS app-IA documents: cascading renames, atomic edits.

client:Grok transport:stdio runtime:npm

Install maias in Grok

.mcp.json (in your project root)

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

maias in other clients