mcp-server-chart vs mcp-file-operations-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-file-operations-server by bsmi021 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 21 |
| 30d uses | 10,239 | — |
| Score | 84 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | File SystemDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-file-operations-server · Summary
A comprehensive MCP server with streaming support, file operations, change tracking, and HTTP interface for enhanced file management.
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
mcp-file-operations-server · Use cases
- File management for AI assistants that need to read, write, and organize files
- Automated file processing workflows with progress tracking
- Remote file operations through web interface for collaborative environments
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"]
}
}
}mcp-file-operations-server · Install
Installing via Smithery
npx -y @smithery/cli install @bsmi021/mcp-file-operations-server --client claudeManual Installation
npm install
npm startClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"file-operations": {
"command": "npx",
"args": ["@bsmi021/mcp-file-operations-server"]
}
}
}Docker Installation
docker run -it --rm -v "$(pwd):/workspace" ghcr.io/bsmi021/mcp-file-operations-server