MCP Catalogs
Home

agenticmail vs mcp-server-chart

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

agenticmail
by agenticmail
mcp-server-chart
by antvis
Stars★ 121★ 4,068
30d uses10,239
Score4784
Official
Categories
CommunicationAI / LLM ToolsDeveloper Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

agenticmail · Summary

AgenticMail provides AI agents with email/SMS infrastructure, enabling real communication via programmatic access.

mcp-server-chart · Summary

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

agenticmail · Use cases

  • AI agents sending and receiving real emails with dedicated addresses
  • Automated verification code extraction from SMS messages
  • Multi-agent collaboration through email-based task assignment and communication

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

agenticmail · Install

Installation Options

**Option A — One-line installer (recommended):**

curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash

**Option B — Manual two-command install:**

npm install -g @agenticmail/cli@latest
agenticmail bootstrap

MCP Configuration for Claude Desktop

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "agenticmail": {
      "command": "npx",
      "args": ["@agenticmail/cli", "mcp"]
    }
  }
}

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.