MCP Catalogs
首页

mcp-server-chart vs MCP

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

mcp-server-chart
by antvis
MCP
by SelviAkdag
Stars★ 4,068★ 0
30天用量10,239
综合分8433
官方
分类
AI / LLM 工具开发者工具效率工具
浏览器自动化本地文件系统开发者工具
实现语言TypeScript
最近提交本月10 个月前

mcp-server-chart · 概述

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

MCP · 概述

专为Windows设计的MCP服务器,提供无需Docker或WSL的浏览器自动化和文件管理功能。

mcp-server-chart · 使用场景

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

MCP · 使用场景

  • 在Windows系统上自动化浏览器任务,无需虚拟化
  • 通过AI命令在Windows上管理文件和目录
  • 编程执行网络搜索和截图

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

MCP · 安装

安装

  1. 克隆仓库: git clone https://github.com/SelviAkdag/MCP.git
  2. 进入项目目录: cd MCP
  3. 创建并激活虚拟环境:

``bash python -m venv venv venv\Scripts\activate ``

  1. 全局安装npx: npm install -g npx
  2. 安装支持MCP的Hugging Face Hub: pip install "huggingface_hub[mcp]>=0.32.0"
  3. 登录Hugging Face: huggingface-cli login
  4. 安装MCP服务器: npm install @playwright/test @modelcontextprotocol/server-filesystem
  5. 安装浏览器: npx playwright install(需要管理员权限)
  6. 运行浏览器代理: tiny-agents run agents/agent_browser.json

对于Claude Desktop,在config.json中添加:

{
  "mcpServers": {
    "mcp-windows": {
      "command": "python",
      "args": ["-m", "tiny_agents", "run", "/path/to/MCP/agents/agent_browser.json"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。