Prism MCP
Rank #4,594io.github.prismatic-io/prism-mcp
MCP server that wraps Prismatic's Prism CLI tool
Prism MCP is a Model Context Protocol (MCP) server published by prismatic-io. It ranks #4,594 of 132,046 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. Prism MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jun 9, 2025 and most recently updated on Jul 13, 2026.
Ranks ahead of 127,452 of 132,046 servers on MCP Toplist.
Use Prism MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add prism-mcp -- npx -y @prismatic-io/prism-mcp "{workingDirectory}" "{toolFilter}"[mcp_servers.prism-mcp]
command = "npx"
args = ["-y", "@prismatic-io/prism-mcp", "{workingDirectory}", "{toolFilter}"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"prism-mcp": {
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp",
"{workingDirectory}",
"{toolFilter}"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"prism-mcp": {
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp",
"{workingDirectory}",
"{toolFilter}"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"prism-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp",
"{workingDirectory}",
"{toolFilter}"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"prism-mcp": {
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp",
"{workingDirectory}",
"{toolFilter}"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"prism-mcp": {
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp",
"{workingDirectory}",
"{toolFilter}"
]
}
}
}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.github.prismatic-io%2Fprism-mcp)<a href="https://mcptoplist.com/server/io.github.prismatic-io%2Fprism-mcp"><img src="https://mcptoplist.com/badge/io.github.prismatic-io%2Fprism-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
prismatic-io
Available versions (5)
| Version | Published |
|---|---|
| 1.5.0 | Jul 13, 2026 |
| 1.4.4 | Apr 20, 2026 |
| 1.4.2 | Mar 31, 2026 |
| 1.4.1 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Prism MCP?
- Prism MCP is maintained by prismatic-io, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Prism MCP listed on the Official MCP Registry?
- Yes — Prism MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Prism MCP have?
- MCP Toplist tracks 5 versions of Prism MCP, most recently published on Jul 13, 2026.
- Where can I find the source code for Prism MCP?
- The source code for Prism MCP is hosted at github.com/prismatic-io/prism-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.