MCP Catalogs
首页

mcp-server-chart vs lazy-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-server-chart
by antvis
lazy-mcp
by voicetreelab
Stars★ 4,068★ 87
30天用量10,239
综合分8446
官方
分类
AI / LLM 工具开发者工具效率工具
开发者工具AI / LLM 工具效率工具
实现语言TypeScriptGo
最近提交本月4 个月前

mcp-server-chart · 概述

使用 AntV 生成 26+ 种图表的 TypeScript MCP 服务器,支持多种图表类型和部署方式。

lazy-mcp · 概述

Lazy MCP代理服务器,按需加载工具以减少上下文窗口使用和token消耗。

mcp-server-chart · 使用场景

  • 数据分析师从数据集中创建可视化报告
  • AI 助手根据用户请求生成自定义图表
  • Web 应用通过 HTTP API 嵌入可视化功能

lazy-mcp · 使用场景

  • 在具有大量MCP工具的大型LLM应用程序中减少上下文窗口使用
  • 通过Claude Code钩子实现敏感工具的权限控制
  • 将多个MCP服务器组织和分类到一致的层次结构中

mcp-server-chart · 安装

安装

全局安装:

npm install -g @antv/mcp-server-chart

对于桌面应用(如 Claude Desktop、VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

Windows 系统:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

lazy-mcp · 安装

安装步骤

  1. 克隆仓库:
git clone https://github.com/voicetreelab/lazy-mcp.git
cd lazy-mcp
  1. 构建代理服务器:
make build
  1. 通过设置层次结构进行配置:
./build/structure_generator --config config.json --output testdata/mcp_hierarchy
  1. 添加到Claude Code:
claude mcp add --transport stdio mcp-proxy build/mcp-proxy -- --config config.json
  1. 如需要,设置权限钩子(详见README)。
对比内容由 README + GitHub 公开数据自动生成,定期更新。