MCP Server
Rank #9,489io.prisma/mcp
MCP server providing mcp capabilities
MCP Server is a Model Context Protocol (MCP) server published by prisma. It ranks #9,489 of 115,460 servers tracked on MCP Toplist, and its repository has 47 GitHub stars. MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Oct 7, 2025 and most recently updated on Oct 7, 2025.
Ranks ahead of 105,971 of 115,460 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http prisma https://mcp.prisma.io/sseclaude mcp add --transport http prisma https://mcp.prisma.io/mcp[mcp_servers.prisma]
url = "https://mcp.prisma.io/sse"Add to ~/.codex/config.toml.
[mcp_servers.prisma]
url = "https://mcp.prisma.io/mcp"Add to ~/.codex/config.toml.
https://mcp.prisma.io/sseSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.prisma.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"prisma": {
"url": "https://mcp.prisma.io/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"prisma": {
"url": "https://mcp.prisma.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"prisma": {
"type": "http",
"url": "https://mcp.prisma.io/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"prisma": {
"type": "http",
"url": "https://mcp.prisma.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"prisma": {
"serverUrl": "https://mcp.prisma.io/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"prisma": {
"serverUrl": "https://mcp.prisma.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"prisma": {
"url": "https://mcp.prisma.io/sse"
}
}
}{
"mcpServers": {
"prisma": {
"url": "https://mcp.prisma.io/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.prisma%2Fmcp)<a href="https://mcptoplist.com/server/io.prisma%2Fmcp"><img src="https://mcptoplist.com/badge/io.prisma%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
prisma
Other servers by prisma
View all prisma servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Oct 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by prisma, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Server have?
- MCP Toplist tracks 2 versions of MCP Server, most recently published on Oct 7, 2025.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/prisma/mcp.