MCP Catalogs
Home

mcp-server-chart vs elasticemail-mcp-server

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

mcp-server-chart
by antvis
elasticemail-mcp-server
by ElasticEmail
Stars★ 4,068★ 1
30d uses10,239
Score8431
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityDeveloper Tools
LanguageTypeScriptC#
Last committhis month7 mo ago

mcp-server-chart · Summary

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

elasticemail-mcp-server · Summary

ElasticEmail MCP server enables AI agents to send, manage, and track email campaigns through a full suite of email operations.

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

elasticemail-mcp-server · Use cases

  • Automated email marketing campaigns triggered by AI agents
  • Email-based customer support automation
  • Transactional email sending from AI-powered applications

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

elasticemail-mcp-server · Install

Installation

  1. Ensure you have .NET SDK 10 or higher installed
  2. Clone the repository
  3. Open port 5001 for HTTP connections
  4. Configure the server with your ElasticEmail API token

Integration with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "elasticemail": {
      "command": "dotnet",
      "args": ["run", "--project", "path/to/elasticemail-mcp-server"],
      "env": {
        "X-Auth-Token": "your_api_token_here"
      }
    }
  }
}

Integration with VS Code Copilot Agent

  1. Open the Chat window in VS Code
  2. Choose 'Agent' mode
  3. Use settings.json to connect to MCP server
  4. Add configuration:
"my-server-unique-number": {
    "url": "http://localhost:5001/",
    "headers": {
        "X-Auth-Token": <api_key>
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.