Skip to content
Grok

dgmo mcp for Grok

io.github.diagrammo/dgmo-mcp

Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor

client:Grok transport:stdio runtime:npm

Install dgmo mcp in Grok

.mcp.json (in your project root)

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

dgmo mcp in other clients