Schema Designer MCP server
Design database schemas from natural language, validate SQL, generate migrations and types
24 downloads/wk
Reviews
Write oneNobody has reviewed Schema Designer yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Schema Designer tools (5)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
design_schemaDesign a database schema from a natural language description. Generates CREATE TABLE SQL (PostgreSQL), index recommendations, and a text-based ERD. Optionally accepts explicit table definitions to validate and enhance.
generate_typesGenerate typed code from SQL CREATE TABLE statements. Supports three output formats: TypeScript interfaces, Zod validation schemas, or JSON Schema definitions.
migrate_schemaGenerate migration SQL by diffing a "from" schema against a "to" schema. Produces ALTER TABLE statements in safe dependency order, rollback SQL, and warnings for destructive changes (column drops, type changes).
optimize_queriesAnalyze a SQL query against a schema and suggest performance improvements. Identifies missing indexes, recommends query rewrites, and provides EXPLAIN plan interpretation hints.
validate_schemaValidate SQL CREATE TABLE statements for best practices. Checks for missing primary keys, unnamed constraints, missing FK indexes, data type issues (e.g. TIMESTAMP vs TIMESTAMPTZ), naming conventions (snake_case, plural tables), and N+1 query risks.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan19 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
Runs npx -y mcp-schema-designer on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp-schema-designer -- npx -y mcp-schema-designer
Schema Designer: common questions
- Is Schema Designer MCP server safe?
- With care: it is graded C, so read the findings first (55/100). Read the Schema Designer safety report
- How do I install Schema Designer?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Schema Designer need an API key?
- Yes. The registry entry asks for
LICENSE_KEY. - Is Schema Designer maintained?
- The latest release is v1.1.4.
- What can I use instead of Schema Designer?
- Servers from other publishers that do the same job: LINQ to DB MCP server, Magic Cloud MCP server and Mako MCP server. Compare all Schema Designer alternatives.
Alternatives to Schema Designer
Same job from other publishers: the closest match first, then the best rated.
- LINQ to DBInspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.not reviewedEstablishedA
Magic CloudGenerate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browsernot reviewedEstablishedA- MakoExplore your databases, validate SQL, and build & publish data apps in your Mako workspace.not reviewedGrowingA
GrainRun SQL queries and inspect database schemas through safe, visible MCP tools.not reviewedGrowingB- MockHeroGenerate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.not reviewedGrowingC