MCP Catalogs
Home

mcp-server-chart vs golf

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
golf
by golf-mcp
Stars★ 4,068★ 824
30d uses10,239
Score8455
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOps & Infra
LanguageTypeScriptPython
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

golf · Summary

Production-ready MCP server framework for building, deploying and scaling secure AI agent infrastructure with authentication, observability, and debugging 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

golf · Use cases

  • Building production-ready MCP servers with minimal boilerplate code
  • Implementing secure AI agents with enterprise-grade authentication
  • Creating scalable agent infrastructure with built-in observability and debugging

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"]
    }
  }
}

golf · Install

Installation

  1. Install Golf using pip:
pip install golf-mcp
  1. Initialize a new project:
golf init your-project-name
  1. Run the development server:
cd your-project-name
golf build dev
golf run

For Claude Desktop integration, add to claude_desktop_config.json:

{
  "mcpServers": {
    "golf": {
      "command": "python",
      "args": ["-m", "golf.cli", "run"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.