Odel
schema gen

schema gen

Local
@sharozdawaTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmschema-gen-mcpv1.0.0

Run

npx -y schema-gen-mcp

MCP client config

{
  "mcpServers": {
    "schema-gen": {
      "command": "npx",
      "args": [
        "-y",
        "schema-gen-mcp"
      ]
    }
  }
}