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 uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsCommunication |
| 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.
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-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"]
}
}
}selene · Install
Download and install Selene from the [Releases page](https://github.com/tercumantanumut/selene/releases)
To use MCP in Selene:
- Launch Selene and go to Settings
- Navigate to the MCP section
- Configure MCP servers by adding their definitions
Example Claude Desktop configuration (if applicable):
{
"mcpServers": {
"selene": {
"command": "path/to/selene",
"args": ["--mcp"]
}
}
}