mcp-server-chart vs fastmail-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | fastmail-mcp by MadLlama25 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 119 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
fastmail-mcp · Summary
A comprehensive MCP server providing access to Fastmail's email, contacts, and calendar APIs for AI assistants.
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
fastmail-mcp · Use cases
- AI assistants managing email workflows like auto-responding, categorizing, and summarizing messages
- Productivity applications that integrate email, contacts, and calendar data for users
- Email automation systems that process bulk operations on behalf of users
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"]
}
}
}fastmail-mcp · Install
Installation
Prerequisites
- Node.js 20+
- A Fastmail account with API access
- Fastmail API token
Installation Steps
- Clone or download this repository
- Install dependencies:
``bash npm install ``
- Build the project:
``bash npm run build ``
- Set environment variables:
``bash export FASTMAIL_API_TOKEN="your_api_token_here" # Optional: customize base URL export FASTMAIL_BASE_URL="https://api.fastmail.com" # Optional: customize attachment download directory export FASTMAIL_DOWNLOAD_DIR="/path/to/your/downloads" ``
- Start the server:
``bash npm start ``
Claude Desktop Extension
- Build and pack:
``bash npm run build npx @anthropic-ai/dxt pack ``
- Install the .dxt file into Claude Desktop