Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"schema-gen": {
"args": [
"-y",
"schema-gen-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Web app with live preview + MCP server for AI-powered schema generation.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / marketing
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.sharozdawa/schema-gen and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Generate Schema.org JSON-LD structured data markup for any schema type.
Web app with live preview + MCP server for AI-powered schema generation.
| Type | Description | Google Rich Result |
|---|---|---|
| Person | People, professionals, public figures | :white_check_mark: Knowledge Panel |
| Organization | Companies, non-profits, institutions | :white_check_mark: Logo, Knowledge Panel |
| Product | Products with pricing and reviews | :white_check_mark: Product Rich Snippet |
| FAQPage | Frequently asked questions | :white_check_mark: FAQ Rich Result |
| Article | Blog posts, news articles | :white_check_mark: Article Rich Result |
| LocalBusiness | Physical stores, restaurants, services | :white_check_mark: Local Business Panel |
| Event | Concerts, conferences, meetups | :white_check_mark: Event Rich Result |
| WebSite | Websites with search functionality | :white_check_mark: Sitelinks Search Box |
| BreadcrumbList | Navigation breadcrumb trails | :white_check_mark: Breadcrumb Rich Result |
| HowTo | Step-by-step instructions | :white_check_mark: How-to Rich Result |
| Review | Product or service reviews | :white_check_mark: Review Snippet |
| VideoObject | Videos with metadata | :white_check_mark: Video Rich Result |
Screenshots coming soon.
# Clone the repository
git clone https://github.com/sharozdawa/schema-gen.git
cd schema-gen
# Install dependencies
npm install
# Start the development server
npm run dev
Open http://localhost:3000 in your browser.
The MCP server lets AI assistants generate Schema.org markup directly. Install it in your preferred AI tool:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"schema-gen": {
"command": "npx",
"args": ["-y", "schema-gen-mcp"]
}
}
}
Add to .cursor/mcp.json:
`