MCP ServerVerified
Prisma MCP Server
Manage Prisma schemas, migrations, and database queries from Claude Code.
Install
claude mcp add prisma -- npx prisma mcp
About
Prisma's MCP server integrates with the Prisma CLI to give Claude Code access to your database layer. Inspect and modify Prisma schemas, run migrations, query databases through Prisma Client, and generate TypeScript types. Useful for schema-driven development where you want Claude to understand your data model deeply.
Tags
prismaormdatabaseschemamigrations
Score Breakdown
CLI Score Breakdown8/11
✓Official SDK on npm/pip+2
✓Env var authentication (no browser OAuth)+2
✓Works in headless/CI environments+2
✓CLI tool available+1
✓JSON response for piping/parsing+1
✗Docs have curl/CLI examples0
✗Reasonable rate limits for scripted use0
✗Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads3.5k
GitHub stars500
Days since last release19d
Issue close ratio73%
TypeScript typesYes
Docs qualitygood
Breaking changesoccasional
Scores
CLI
8
Quality
7
Related
MCP ServerVerified~140ms - Moderate
15k/wkSupabase MCP Server
Manage Supabase projects, databases, auth, and storage from Claude Code.
CLI
8
Quality
8
claude mcp add supabase -- npx -y @supabase/mcp-server-supabaseMCP ServerVerified
17k/wkPostgreSQL MCP Server
Query PostgreSQL databases, inspect schemas, and run migrations.
CLI
9
Quality
8
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbMCP ServerVerified
12k/wkSQLite MCP Server
Read and write SQLite databases with full SQL support.
CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db