mcp-server-chart vs prism-coder
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | prism-coder by dcostenco | |
|---|---|---|
| Stars | ★ 4,068 | ★ 133 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
prism-coder · Summary
MCP server providing persistent memory, semantic search, and local LLM for AI agents.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
prism-coder · Use cases
- Persistent memory for AI assistants that remember user context across sessions
- Offline AI applications requiring zero cloud dependency and privacy
- Collaborative multi-agent systems with shared knowledge base and role-based access
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}prism-coder · Install
Install Prism Coder using npm:
# Install globally
npm install -g prism-mcp-server
# Or use npx (no install)
npx prism-mcp-serverAdd to Claude Desktop / Cursor config:
{
"mcpServers": {
"prism": {
"command": "npx",
"args": ["-y", "prism-mcp-server"]
}
}
}Download local models with Ollama:
ollama pull dcostenco/prism-coder:1b7 # 2.2 GB
ollama pull dcostenco/prism-coder:8b # 4.7 GB
ollama pull dcostenco/prism-coder:14b # 8.4 GB
ollama pull dcostenco/prism-coder:32b # 19 GB