npx claudepluginhub anthropics/claude-plugins-official --plugin prismaAdd to your .mcp.json:
{
"mcpServers": {
"Prisma-Local": {
"command": "npx",
"args": [
"-y",
"prisma",
"mcp"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx