mcp-server-chart vs codanna
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | codanna by bartolli | |
|---|---|---|
| Stars | ★ 4,068 | ★ 673 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsSearch |
| Language | TypeScript | Rust |
| 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.
codanna · Summary
Codanna is a local code intelligence MCP server providing semantic search, relationship tracking, and document search for AI coding assistants.
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
codanna · Use cases
- Finding functions and their relationships across large codebases
- Semantic search for implementation logic rather than just keywords
- Impact analysis of code changes with full dependency tracking
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"]
}
}
}codanna · Install
Installation
macOS, Linux, WSL
curl -fsSL --proto '=https' --tlsv1.2 https://install.codanna.sh | shHomebrew
brew install codannaWindows (PowerShell)
irm https://raw.githubusercontent.com/bartolli/codanna/main/scripts/install.ps1 | iexSetup for Claude Desktop
Add to Claude Desktop configuration:
{
"mcpServers": {
"codanna": {
"command": "codanna",
"args": ["mcp"]
}
}
}Initialize and Index
codanna init
codanna index src