MCP Catalogs
Home

mcp-server-chart vs selene

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

mcp-server-chart
by antvis
selene
by tercumantanumut
Stars★ 4,068★ 166
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

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

selene · Summary

Selene is an AI agent desktop app that integrates MCP tools for WhatsApp, Telegram, Slack, and Discord.

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

selene · Use cases

  • Building personal assistants connected to messaging platforms via MCP
  • Automating browser tasks with AI agents using MCP tools
  • Creating custom workflows across multiple communication channels

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

selene · Install

Download and install Selene from the [Releases page](https://github.com/tercumantanumut/selene/releases)

To use MCP in Selene:

  1. Launch Selene and go to Settings
  2. Navigate to the MCP section
  3. Configure MCP servers by adding their definitions

Example Claude Desktop configuration (if applicable):

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