MCP Catalogs
Home

mcp-server-chart vs pitlane-mcp

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

mcp-server-chart
by antvis
pitlane-mcp
by eresende
Stars★ 4,068★ 73
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsSearch
LanguageTypeScriptRust
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.

pitlane-mcp · Summary

Token-efficient code intelligence MCP server that indexes code once and lets agents retrieve only needed symbols.

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

pitlane-mcp · Use cases

  • AI coding agents working with large codebases need efficient symbol lookup without processing entire files
  • Code analysis tasks that require understanding execution paths and impact of changes
  • Development teams using AI assistants that need to minimize token usage while maintaining code context

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

pitlane-mcp · Install

Installation

Download a pre-built binary from [GitHub Releases](https://github.com/eresende/pitlane-mcp/releases/latest) for Linux, macOS, and Windows.

Or install via Homebrew:

brew tap eresende/pitlane-mcp
brew install pitlane-mcp

Or install via cargo-binstall:

cargo binstall pitlane-mcp

Or install from crates.io:

cargo install pitlane-mcp

Claude Desktop Setup

Add to Claude Desktop configuration:

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