MCP Catalogs
首页

mcp-server-chart vs google-drive-mcp

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

mcp-server-chart
by antvis
google-drive-mcp
by piotr-agier
Stars★ 4,068★ 151
30天用量10,239
综合分8449
官方
分类
AI / LLM 工具开发者工具效率工具
本地文件系统云存储效率工具
实现语言TypeScriptTypeScript
最近提交本月本月

mcp-server-chart · 概述

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

google-drive-mcp · 概述

一个功能全面的 MCP 服务器,可通过 OAuth 认证管理 Google Drive 文件、文档、表格、幻灯片和日历。

mcp-server-chart · 使用场景

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

google-drive-mcp · 使用场景

  • 自动创建和组织 Google Drive 中的项目文档
  • 通过 AI 助手管理日历事件和安排会议
  • 通过自然语言搜索和分析电子表格和文档

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

google-drive-mcp · 安装

安装

选项 1:使用 npx(推荐)

# 运行服务器(首次运行时自动进行身份验证)
npx @piotr-agier/google-drive-mcp

# 可选:如需要,手动运行身份验证
npx @piotr-agier/google-drive-mcp auth

选项 2:本地安装

  1. 克隆并安装:

``bash git clone https://github.com/piotr-agier/google-drive-mcp.git cd google-drive-mcp npm install ``

  1. 设置凭据:

```bash # 复制示例文件 cp gcp-oauth.keys.example.json gcp-oauth.keys.json

# 编辑 gcp-oauth.keys.json 并添加您的 OAuth 客户端 ID ```

  1. 身份验证(可选):

``bash npm run auth ``

Claude Desktop 配置

{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": ["@piotr-agier/google-drive-mcp"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。