mcpbeat Sign in

Schema Gen MCP Server

local only

Schema Gen runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 22 Mar 2026.

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

Installs per day peak 23 · avg 7 · -3% w/w
a month agotoday
29
Installs / week
npm · schema-gen-mcp
0
Stars
0 open issues
22 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Schema Gen every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add schema-gen -- npx -y schema-gen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schema-gen": {
      "args": [
        "-y",
        "schema-gen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.schema-gen]
command = "npx"
args = ["-y", "schema-gen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "schema-gen": {
      "args": [
        "-y",
        "schema-gen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "schema-gen": {
      "args": [
        "-y",
        "schema-gen-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Schema Gen

same job, measured the same way
Productschema
by pages-productschema

Audit a store's product page and get the JSON-LD Product markup it is missing. No account.

1 tools answering
N
Topicforge
by topicforge

Generate programmatic SEO articles, topic clusters, FAQ schema, and batch jobs via TopicForge.

48 installs/wk local only
Schema
by rog0x

JSON Schema, TypeScript types, mocks for AI agents

30 installs/wk local only
Media Generator — Images, Videos & Audios
by saifs

Generate marketing images, videos and audios for campaigns, product content, and brand assets.

answering
Glyphic
by ms-teja

Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.

40 installs/wk local only
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only
Coremodels
by qg-aramai

Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform.

13 tools answering
MCP Server Template
by qmmughal

Production-grade MCP Server Template for TypeScript and Node.js.

26 installs/wk local only

Schema Gen — questions

Answers built from our own checks of this server.

Why is there no uptime for Schema Gen?
Schema Gen runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package schema-gen-mcp was installed 29 times last week.
How do I connect Schema Gen?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls schema-gen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Schema Gen?
The npm package schema-gen-mcp was installed 29 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Schema Gen open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.