mcpbeat Sign in

MCP Schema Designer MCP Server

local only

MCP Schema Designer runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm.

Design database schemas from natural language, validate SQL, generate migrations and types

Installs per day peak 131 · avg 6 · +1767% w/w
a month agotoday
25
Installs / week
npm · mcp-schema-designer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check MCP Schema Designer 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 mcp-schema-designer -- npx -y mcp-schema-designer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-schema-designer": {
      "args": [
        "-y",
        "mcp-schema-designer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-schema-designer]
command = "npx"
args = ["-y", "mcp-schema-designer"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-schema-designer": {
      "args": [
        "-y",
        "mcp-schema-designer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-schema-designer": {
      "args": [
        "-y",
        "mcp-schema-designer"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LICENSE_KEY (License key (emailed after purchase at https://aivp-mcp.vercel.app). Omit for the free trial (3 calls per tool).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Schema Designer

same job, measured the same way
MCP Tool Factory
by heshamfs

Generate MCP servers from natural language, OpenAPI specs, or database schemas.

48 installs/wk local only
Dot - AI Data Analyst
by zurferr

Ask data questions in natural language. Get SQL, insights, and charts from your databases.

answering
S
Seedfast
by seedfa

Generates relationally valid test data in a PostgreSQL database from its live schema.

62 installs/wk local only
MigraFlow - Database Migration AI
by wmeireles

AI-powered database migration. Analyze schemas, generate SQL, calculate risks.

57 installs/wk local only
Supabase
by mcp-dir

Your Supabase account in natural language: run SQL, apply migrations, manage tables, storage, edge f

35 tools answering
text2sql
by cpenniman12

Ask any SQL database in natural language. Agent explores schema, writes SQL, self-corrects.

83 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
Liquibase Changelog MCP Server
by liquibase

Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.

local only

MCP Schema Designer — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Schema Designer?
MCP Schema Designer 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 mcp-schema-designer was installed 25 times last week.
How do I connect MCP Schema Designer?
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 mcp-schema-designer straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Schema Designer?
The npm package mcp-schema-designer was installed 25 times in the last week. Week over week that is +1767%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.