mcp-server-chart vs osaurus
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | osaurus by osaurus-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 5,287 |
| 30d uses | 10,239 | — |
| Score | 84 | 59 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Swift |
| 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.
osaurus · Summary
A native macOS AI harness with MCP server support for local/cloud models, agents, and tools.
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
osaurus · Use cases
- Personal AI assistant with persistent memory across sessions
- Development workflow automation with code execution in sandboxed environment
- Integration of MCP tools from various providers (GitHub, Notion, Vercel, etc.) into AI workflows
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"]
}
}
}osaurus · Install
Install via Homebrew:
brew install --cask osaurusOr download the latest .dmg from [Releases](https://github.com/osaurus-ai/osaurus/releases/latest).
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"osaurus": {
"command": "osaurus",
"args": ["mcp"]
}
}
}