Connects Claude to Prisma Postgres with two deployment modes: a local server that wraps Prisma CLI commands for migration and database creation on your machine, and a remote server that exposes full database management through Prisma's hosted API. The remote version gives you tools for creating backups, managing connection strings, executing SQL queries, and introspecting schemas across workspaces. The local version is better if you're working in a codebase and want an agent to run migrate dev, check migration status, or spin up Prisma Studio. Both require Prisma Console authentication. The remote server works well in AI platforms where you want to give users database management capabilities without CLI access.
claude mcp add --transport sse prisma-mcp https://mcp.prisma.io/sse