mcp-server-chart vs fossil-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | fossil-mcp by yfedoseev | |
|---|---|---|
| Stars | ★ 4,068 | ★ 56 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
fossil-mcp · Summary
Fossil MCP is a code quality toolkit that detects dead code, clones, and scaffolding in vibe-coded projects across 16 languages.
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
fossil-mcp · Use cases
- Maintaining codebases written largely by AI agents where dead code accumulates
- Detecting duplicated code that traditional similarity-based tools miss
- Identifying scaffolding artifacts left by AI in production code
- Providing AI agents with call graphs to understand code dependencies
- Integrating code quality checks into CI/CD pipelines for AI-generated code
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"]
}
}
}fossil-mcp · Install
Quick Install
**macOS/Linux:**
curl -fsSL fossil-mcp.com/install.sh | sh**Windows (PowerShell):**
irm fossil-mcp.com/install.ps1 | iexMCP Server Setup for Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"fossil": {
"command": "fossil-mcp"
}
}
}