mcpbeat

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. 5 installs a week from npm.

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

5
Installs / week
npm · mcp-schema-designer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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"
    }
  }
}

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.

92 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.

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

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

40 installs/wk local only
text2sql
by cpenniman12

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

94 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
Schemacrawler AI
by schemacrawler

Enables natural language schema queries — explore tables, keys, procedures, and get SQL help fast

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 5 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 5 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.