Prisma MCP Server

Prisma MCP Server

By Prisma GitHub

-

prisma typescript
Overview

What is Prisma MCP Server?

Prisma MCP Server is a service baked into the Prisma CLI (≥ v 6.6.0) that exposes the Model‑Context Protocol (MCP) for Prisma Postgres.

It enables large‑language‑model (LLM) agents—such as Claude Desktop, Cursor, Windsurf, or an OpenAI Agent—to provision databases, evolve schemas, and run queries with natural‑language instructions instead of raw SQL or REST calls.

How do I use it?

{
  "mcpServers": {
    "Prisma": {
      "command": "npx",
      "args": ["-y", "prisma", "mcp"]
    }
  }
}

Key features

CategoryHighlights
Database provisioningCreate, list, and delete Prisma Postgres instances in any region.
Schema design & migrationsBrain‑storm a Prisma schema, generate migrations, and apply them—all via chat.
Query executionRun ad‑hoc reads, writes, or multi‑statement transactions; results stream back as JSON.
Console automationLog in, switch projects, or open Prisma Studio directly from chat.
AI‑tool integrationsOne‑click setup for Cursor, Windsurf, Claude Desktop, Zed, and any OpenAI Agent.

Typical use cases

  • “Create a free Postgres instance in us‑east‑1 called my‑db.”
  • “Add a createdAt TIMESTAMP column to the User table and deploy the migration.”
  • “Give me an ER‑diagram‑style summary of the current schema.”
  • “Seed the Product table with 25 realistic test rows.”
Overview

What is Prisma MCP Server?

Prisma MCP Server is a service baked into the Prisma CLI (≥ v 6.6.0) that exposes the Model‑Context Protocol (MCP) for Prisma Postgres.

It enables large‑language‑model (LLM) agents—such as Claude Desktop, Cursor, Windsurf, or an OpenAI Agent—to provision databases, evolve schemas, and run queries with natural‑language instructions instead of raw SQL or REST calls.

How do I use it?

{
  "mcpServers": {
    "Prisma": {
      "command": "npx",
      "args": ["-y", "prisma", "mcp"]
    }
  }
}

Key features

CategoryHighlights
Database provisioningCreate, list, and delete Prisma Postgres instances in any region.
Schema design & migrationsBrain‑storm a Prisma schema, generate migrations, and apply them—all via chat.
Query executionRun ad‑hoc reads, writes, or multi‑statement transactions; results stream back as JSON.
Console automationLog in, switch projects, or open Prisma Studio directly from chat.
AI‑tool integrationsOne‑click setup for Cursor, Windsurf, Claude Desktop, Zed, and any OpenAI Agent.

Typical use cases

  • “Create a free Postgres instance in us‑east‑1 called my‑db.”
  • “Add a createdAt TIMESTAMP column to the User table and deploy the migration.”
  • “Give me an ER‑diagram‑style summary of the current schema.”
  • “Seed the Product table with 25 realistic test rows.”
No tools information available.

The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research

python typescript
View Details

MCP Tools Usage From LangChain ReAct Agent / Example in TypeScript

nodejs typescript
View Details

MCP Client Implementation Using LangChain ReAct Agent / TypeScript

nodejs typescript
View Details

Adapters for integrating Model Context Protocol (MCP) tools with LangChain.js applications, supporting both stdio and SSE transports.

javascript typescript
View Details

Adapters for integrating Model Context Protocol (MCP) tools with LangChain.js applications, supporting both stdio and SSE transports.

javascript typescript
View Details

-

mcp-server typescript
View Details

【Every star you give feeds a hungry developer's motivation!⭐️】A Model Context Protocol (MCP) server implementation that provides Google Jobs search capabilities via SerpAPI integration. Features multi-language support, comprehensive search parameters, and smart error handling.

nodejs typescript
View Details