MCP Catalogs
Home

google-workspace-mcp vs mcp-server-chart

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

google-workspace-mcp
by aaronsb
mcp-server-chart
by antvis
Stars★ 150★ 4,068
30d uses10,239
Score5184
Official
Categories
ProductivityCommunicationCloud Storage
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

google-workspace-mcp · Summary

A production-ready MCP server providing authenticated access to Google Workspace APIs including Gmail, Calendar, Drive, Sheets, and more.

mcp-server-chart · Summary

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

google-workspace-mcp · Use cases

  • AI assistants managing email triage and calendar scheduling through natural conversation
  • Automating document workflows between Gmail, Drive, and Google Sheets
  • Personal productivity AI handling cross-account operations between personal and work Google profiles

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

google-workspace-mcp · Install

MCPB Bundle (Recommended)

Download the .mcpb bundle for your platform from the [latest release](https://github.com/aaronsb/google-workspace-mcp/releases)

npm Installation

npm install @aaronsb/google-workspace-mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": ["@aaronsb/google-workspace-mcp"],
      "env": {
        "GOOGLE_CLIENT_ID": "your-client-id",
        "GOOGLE_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Prerequisites

  1. Node.js 18+
  2. Google Cloud OAuth credentials from https://console.cloud.google.com/apis/credentials

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.