MCP Catalogs
Home

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 uses10,239
Score8431
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper Toolseducation
LanguageTypeScriptTypeScript
Last committhis month8 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-chart

For 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:

  1. Clone the repository to your computer
  2. Navigate to the specific example folder (e.g., mcp-server-examples/text-assist)
  3. Follow the package installation instructions (npm install for TypeScript, pip install for Python)
  4. Run the server in development mode using the MCP Inspector
  5. 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:

Comparison generated from public README + GitHub signals. Last updated automatically.