MCP Catalogs
Home

mcp-server-chart vs google-mcp

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

mcp-server-chart
by antvis
google-mcp
by vakharwalad23
Stars★ 4,068★ 16
30d uses10,239
Score8442
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityCloud Storage
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

google-mcp · Summary

MCP server providing access to Google services like Gmail, Calendar, Drive, and Tasks with OAuth authentication.

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-mcp · Use cases

  • Automate email workflows by composing and sending messages with attachments directly from AI applications
  • Schedule and manage calendar events through natural language commands in AI assistants
  • Access and manage Google Drive files including reading content, creating new files, and updating existing ones

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

google-mcp · Install

Install Google MCP Tools

Quick Install

Click the badge for one-click install with .mcpb:

[![Install with Claude MCPB](https://github.com/user-attachments/assets/dfcf4fe2-d94d-4b6b-86e4-2794fea74fff)](https://github.com/vakharwalad23/google-mcp/releases/download/v1.1.0/google-mcp.mcpb)

Manual Installation

  1. Install Bun:

``bash brew install oven-sh/bun/bun # macOS/Linux with Homebrew ``

  1. Set up OAuth in Google Cloud Console
  1. Configure Claude Desktop:
{
  "mcpServers": {
    "google-mcp": {
      "command": "bunx",
      "args": ["--no-cache", "google-mcp@latest"],
      "env": {
        "GOOGLE_OAUTH_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "GOOGLE_OAUTH_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
        "GOOGLE_OAUTH_TOKEN_PATH": "<PATH_TO_STORE_TOKENS>"
      }
    }
  }
}```
Comparison generated from public README + GitHub signals. Last updated automatically.