Skip to content
Grok

schema gen for Grok

io.github.sharozdawa/schema-gen

Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.

client:Grok transport:stdio runtime:npm

Install schema gen in Grok

.mcp.json (in your project root)

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

schema gen in other clients