MCP Catalogs
Home

mcp-server-chart vs nitro-mcp-server

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

mcp-server-chart
by antvis
nitro-mcp-server
by peterbud
Stars★ 4,068★ 5
30d uses10,239
Score8439
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsSecurity
LanguageTypeScriptTypeScript
Last committhis month6 mo ago

mcp-server-chart · Summary

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

nitro-mcp-server · Summary

A lightweight MCP server built with Nitro, featuring HTTP transport, authentication, and example tools/resources.

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

nitro-mcp-server · Use cases

  • Building custom MCP servers with HTTP transport for web-based AI applications
  • Implementing authentication in MCP servers using OAuth providers like Auth0 or Entra ID
  • Creating tools and resources with schema validation for structured AI interactions

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

nitro-mcp-server · Install

Installation

  1. Clone the repository:
git clone https://github.com/peterbud/nitro-mcp-server.git
cd nitro-mcp-server
  1. Install dependencies:
pnpm install
  1. Start the server:
pnpm dev
  1. Run the MCP inspector:
pnpm inspect

Then open your browser to the inspector URL like http://localhost:6274/?MCP_PROXY_AUTH_TOKEN=<token> and connect to your server at http://localhost:3000/mcp.

Claude Desktop Configuration

Add this to your Claude Desktop config.json:

{
  "mcpServers": {
    "nitro": {
      "command": "npx",
      "args": ["nitro-mcp-server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.