schema gen for Cursor
io.github.sharozdawa/schema-gen
Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.
client:Cursor
transport:stdio
runtime:npm
Install schema gen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"schema-gen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs