Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Prisma MCP
Prisma MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:30:38 PM

Prisma MCP

User RatingsBe the first to rate and review this MCP server!
View Repository47 GitHub StarsTotal stargazers on GitHub for the source repository (47 stars).Visit Website
prismapostgresdatabasesdeveloper-tools

Manages Prisma Postgres databases through MCP, including migrations, SQL queries, backups, recovery, and schema inspection.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "prisma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The prisma/mcp MCP server exposes Prisma Postgres workflows to AI agents through local and remote MCP modes. The local server runs through the Prisma CLI and supports migrations, authentication, database creation, and Prisma Studio. The remote server connects at Prisma’s hosted MCP endpoint and provides database, backup, connection-string, recovery, SQL, and schema tools. Reach for it when an agent needs to administer Prisma Postgres or assist with local Prisma database development.

Use cases

β€’Create Prisma Postgres databases from an agent
β€’Run and inspect Prisma migrations locally
β€’Execute SQL and inspect database schemas
β€’Create backups and restore databases
β€’Manage Prisma connection strings

Key features

β€’Local Prisma CLI MCP server
β€’Remote Prisma Postgres MCP endpoint
β€’SQL execution and schema introspection
β€’Database backup and recovery operations
β€’Migration and Prisma Studio tools
β€’Prisma Console authentication tools

Capabilities & Tool Schemas (10) ~235 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Prisma MCP.

CreateBackupTool

Create a new managed Prisma Postgres Backup.

CreateConnectionStringTool

Create a new Connection String for a Prisma Postgres database with the given id.

CreateRecoveryTool

Restore a Prisma Postgres Database to a new database with the given Backup id.

DeleteConnectionStringTool

Delete a Connection String with the given connection string id.

DeleteDatabaseTool

Delete a Prisma Postgres database with the given id.

ListBackupsTool

Fetch a list of available Prisma Postgres Backups for the given database id and environment id.

How Prisma MCP works

What prisma/mcp MCP server does

The prisma/mcp MCP server gives an AI agent access to Prisma Postgres database workflows. It is available in two forms: a local MCP server intended for development on a local machine, and a remote MCP server intended for platforms that need to offer database management to their users.

The remote mode covers managed Prisma Postgres resources. An agent can list databases, create or delete databases, inspect schemas, execute SQL, create and remove connection strings, list backups, create backups, and restore a database into a new database from a backup.

The local mode focuses on Prisma CLI workflows in a developer project. It can check migration status, create and run a development migration, reset a database, authenticate with Prisma Console, create a Prisma Postgres database, open Prisma Studio, and report Prisma Console account status.

How it works

The prisma/mcp MCP server communicates with an MCP-compatible client using the standard server configuration format. The local process is started with the Prisma CLI command npx -y prisma mcp. The remote configuration starts an MCP remote client pointed at https://mcp.prisma.io/mcp.

For the remote service, authentication takes place through Prisma Console. The README describes connecting to the hosted endpoint and then authenticating in a Prisma Console popup. The local server exposes separate tools for checking authentication and logging in through Prisma Console.

The agent supplies arguments such as a database ID, environment ID, backup ID, SQL statement, migration name, database name, or region when the selected operation requires them. For example, a migration tool receives the migration name, while database creation receives a name and region.

Setup and configuration

Install and run the local server with:

Terminal
npx -y prisma mcp

A local MCP client configuration uses npx as the command and -y, prisma, and mcp as its arguments. This configuration is shown for VS Code and Cursor in the project documentation. Cursor can make the server available globally or only within a project.

The remote service is configured with the hosted endpoint through an MCP remote client:

Terminal
npx -y mcp-remote https://mcp.prisma.io/mcp

The remote endpoint can also be added to supported MCP clients using an HTTP-style server configuration. The README specifically documents setup guidance for VS Code and Cursor, as well as testing the endpoint in Cloudflare’s AI Playground.

Tools and capabilities

The prisma/mcp MCP server provides these remote database-management capabilities:

  • List Prisma Postgres databases, backups, and connection strings.
  • Create or delete databases and connection strings.
  • Create backups and restore a new database from a backup.
  • Execute SQL against a specified database.
  • Introspect a database schema.

The local server provides these development capabilities:

  • Check migration status.
  • Create and apply a development migration.
  • Reset a database with force enabled.
  • Log in to Prisma Console and check account status.
  • Create a Prisma Postgres database with a name and region.
  • Open Prisma Studio.

Limitations and notes

The documented tool sets differ between local and remote modes, so selecting one depends on the workflow. The remote tools manage Prisma Postgres resources through the hosted Prisma service, while the local tools invoke Prisma CLI operations from the development environment.

Database deletion, resets, SQL execution, migrations, and recovery can change data or infrastructure. The README includes prompts for creating a backup before seeding data, but the server does not automatically make that decision for every operation.

The provided material does not specify a software license, environment variables, service pricing, or support for Claude Desktop, Windsurf, or Cline.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    πŸ—„οΈ Databases3 views
    Compare vs Mysql MCP Server β†’
  • Nile MCP Server logoNile MCP Server

    MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs

    πŸ—„οΈ Databases3 views
    Compare vs Nile MCP Server β†’
  • Nocodb MCP Server logoNocodb MCP Server

    Nocodb database integration, read and write capabilities

    πŸ—„οΈ Databases3 views
    Compare vs Nocodb MCP Server β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
47
Stargazers on the source repository.
npm downloads
63M
Package downloads in the last 30 days.
Last commit
11mo ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Prisma MCP

Run `npx -y prisma mcp` for the local server. The remote endpoint is configured through `https://mcp.prisma.io/mcp`, commonly using `npx -y mcp-remote https://mcp.prisma.io/mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPrisma MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/prisma-mcp?style=directory)](https://allmcps.com/mcp/prisma-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/prisma-mcp"><img src="https://allmcps.com/api/badge/prisma-mcp?style=directory" alt="Prisma MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
ClientsCursor
Last updatedSep 7, 2026
10/11 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars47
GitHub Star CountTotal stargazers on GitHub representing community popularity (47 stars).
Last commit11mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 7, 2025
npm downloads63,610,923/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools27/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· mcp-remote (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Prisma MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code