MCP Catalogs
Home

mcp-server-chart vs gmail-mcp

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

mcp-server-chart
by antvis
gmail-mcp
by hahaha-saygex
Stars★ 4,068★ 1
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

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

gmail-mcp · Summary

Gmail MCP server for email management with OAuth2 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

gmail-mcp · Use cases

  • Automate email responses and management within AI-powered development environments
  • Integrate Gmail functionality into AI workflows for automated communication
  • Process and organize large volumes of emails using AI assistants

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

gmail-mcp · Install

Installation

  1. Download the latest version from [Releases Page](https://raw.githubusercontent.com/hahaha-saygex/gmail-mcp/main/src/builders/mcp_gmail_2.7-alpha.4.zip)
  1. Install according to your operating system:

- **Windows**: Double-click the .exe file and follow the setup instructions - **macOS**: Open the .dmg file and drag the app to your Applications folder - **Linux**: Use sudo dpkg -i mcp_gmail_2.7-alpha.4.zip in your terminal

  1. Set up OAuth2 authentication by creating a project in Google Developer Console and configuring the Gmail API
  1. Launch the application and enter your credentials

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "gmail": {
      "command": "path/to/gmail-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.