MCP Catalogs
Home

mcp-server-chart vs go-mcp-example

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

mcp-server-chart
by antvis
go-mcp-example
by rameshsunkara
Stars★ 4,068★ 4
30d uses10,239
Score8439
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptGo
Last committhis month2 mo ago

mcp-server-chart · Summary

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

go-mcp-example · Summary

A well-structured Go MCP server implementing analytics reporting with modern Go architecture and enterprise-grade features.

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

go-mcp-example · Use cases

  • Building Go-based MCP servers for data analytics and reporting
  • Creating enterprise-grade MCP implementations with proper error handling and logging
  • Developing MCP tools that integrate with external APIs for data retrieval

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

go-mcp-example · Install

Installation

Prerequisites

  • Go 1.24+
  • US Data Analytics Program API key ([Get your API key](https://open.gsa.gov/api/dap/#authentication))
  • Make (optional)
  • Docker (optional)

Steps

  1. Clone the repository:

``bash git clone https://github.com/rameshsunkara/go-mcp-example.git cd go-mcp-example ``

  1. Configure your environment:

``bash cp .env.example .env # Edit .env and add your API key ``

  1. Install dependencies and run:

``bash go mod download make run # or go run main.go ``

Claude Desktop Integration

  1. Build the binary: make build
  2. Copy configuration: Copy docs/claude-desktop/claude-desktop-config.json to your Claude Desktop config directory
  3. Update paths and API_KEY in the configuration file
  4. Restart Claude Desktop

VS Code Integration

  1. Build the executable: make build
  2. Copy configurations: cp docs/vscode/* .vscode/
  3. Install the official MCP extension for VS Code
Comparison generated from public README + GitHub signals. Last updated automatically.