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 uses | — | 10,239 |
| Score | 47 | 84 |
| Official | — | — |
| Categories | CommunicationAI / LLM ToolsDeveloper Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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 bootstrapMCP 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-chartFor 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"]
}
}
}