MCP Catalogs
Home

mcp-server-chart vs gemsuite-mcp

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

mcp-server-chart
by antvis
gemsuite-mcp
by PV-Bhat
Stars★ 4,068★ 29
30d uses10,239
Score8438
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month14 mo ago

mcp-server-chart · Summary

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

gemsuite-mcp · Summary

Professional Gemini API integration for MCP hosts with intelligent model selection and advanced file handling.

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

gemsuite-mcp · Use cases

  • Document analysis with efficient token usage through intelligent model selection
  • Complex problem solving with step-by-step reasoning capabilities
  • Automated file processing for various document types with batch support

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

gemsuite-mcp · Install

Installation

Option 1: Smithery.ai (Recommended)

# Install directly via Smithery CLI
npx -y @smithery/cli@latest install @PV-Bhat/gemsuite-mcp --client claude

Option 2: Manual Installation

# Clone the repository
git clone https://github.com/PV-Bhat/gemsuite-mcp.git
cd gemsuite-mcp

# Install dependencies
npm install

# Set your Gemini API key
echo "GEMINI_API_KEY=your_api_key_here" > .env

# Build the project
npm run build

# Start the server
npm start

Claude Desktop Configuration

Add to your claude_desktop_config.json:

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