mcp-server-chart vs mcp-hands-on-with-agentic-ai
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-hands-on-with-agentic-ai by manulthanura | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1 |
| 30d uses | 10,239 | — |
| Score | 84 | 31 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper Toolseducation |
| Language | TypeScript | TypeScript |
| Last commit | this month | 8 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-hands-on-with-agentic-ai · Summary
Educational repository with MCP server examples and templates for building agentic AI capabilities.
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-hands-on-with-agentic-ai · Use cases
- Learning MCP implementation through practical examples
- Building custom MCP servers for specific AI agent capabilities
- Creating tools for text analysis and documentation generation
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-hands-on-with-agentic-ai · Install
Installation
Each example folder contains its own README.md file with specific installation instructions. Generally, the process involves:
- Clone the repository to your computer
- Navigate to the specific example folder (e.g.,
mcp-server-examples/text-assist) - Follow the package installation instructions (npm install for TypeScript, pip install for Python)
- Run the server in development mode using the MCP Inspector
- Configure Claude Desktop or Cursor to use the MCP server
For Claude Desktop, you would typically need to add the server configuration to your claude_desktop_config.json file: