Prisma
@prisma
About Prisma
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Prisma": {
"command": "npx",
"args": [
"-y",
"prisma",
"mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Prisma?
Prisma is a next-generation ORM that consists of Prisma Client (auto-generated type-safe query builder for Node.js/TypeScript), Prisma Migrate (declarative data modeling & migration system), and Prisma Studio (GUI to view and edit database data). It is designed for any Node.js or TypeScript backend application, including serverless and microservices.
How to use Prisma?
Install the @prisma/client npm package, which invokes prisma generate. Define a Prisma schema file with a data source, generator, and data model. Then import and instantiate PrismaClient in your code to send queries to your database.
Key features of Prisma
- Auto-generated, fully type-safe query builder for Node.js & TypeScript
- Declarative data modeling and migration system
- Visual GUI (Prisma Studio) to view and edit data
- Supports PostgreSQL, SQLite, and existing databases via introspection
- Extensible with Prisma Accelerate, Optimize, and Studio
- Works with REST, GraphQL, gRPC, and other API stacks
Use cases of Prisma
- Building type-safe REST or GraphQL APIs backed by a database
- Developing serverless applications with database access
- Prototyping applications with Prisma Postgres or SQLite
- Adding Prisma to an existing project with a custom database
FAQ from Prisma
What databases does Prisma support?
Prisma supports PostgreSQL, SQLite, and can work with existing databases via introspection. Quickstarts are available for Prisma Postgres and SQLite.
Does Prisma work with TypeScript?
Yes, Prisma Client provides full type-safety for all queries when using
Frequently asked questions
What databases does Prisma support?
Prisma supports PostgreSQL, SQLite, and can work with existing databases via introspection. Quickstarts are available for Prisma Postgres and SQLite.
Does Prisma work with TypeScript?
Yes, Prisma Client provides full type-safety for all queries when using
Basic information
More Databases MCP servers
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases

Sqlite
modelcontextprotocolModel Context Protocol Servers
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Comments