prisma-examples (MCP Server)

GitHub

๐Ÿš€ Ready-to-run Prisma example projects

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "prisma-examples": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-prisma-examples"
      ]
    }
  }
}