Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.
claude mcp add schema-gen -- npx -y schema-gen-mcp
claude_desktop_config.json
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"schema-gen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sharozdawa--schema-gen/reviews or the review_server meta-tool.
POST /mcp