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).
Run
npx -y schema-gen-mcp
MCP client config
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}