MCP Server Chart
Rank #1,379io.github.antvis/mcp-server-chart
MCP server providing server-chart capabilities
MCP Server Chart is a Model Context Protocol (MCP) server published by antvis. It ranks #1,379 of 115,460 servers tracked on MCP Toplist, and its repository has 4,345 GitHub stars. MCP Server Chart is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Apr 27, 2025 and most recently updated on Feb 25, 2026.
Ranks ahead of 114,081 of 115,460 servers on MCP Toplist.
Use MCP Server Chart
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-chart -e "VIS_REQUEST_SERVER=<your VIS_REQUEST_SERVER>" -e "SERVICE_ID=<your SERVICE_ID>" -e "DISABLED_TOOLS=<your DISABLED_TOOLS>" -- npx -y @antv/mcp-server-chartReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-chart]
command = "npx"
args = ["-y", "@antv/mcp-server-chart"]
[mcp_servers.mcp-server-chart.env]
VIS_REQUEST_SERVER = "<your VIS_REQUEST_SERVER>"
SERVICE_ID = "<your SERVICE_ID>"
DISABLED_TOOLS = "<your DISABLED_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
],
"env": {
"VIS_REQUEST_SERVER": "<your VIS_REQUEST_SERVER>",
"SERVICE_ID": "<your SERVICE_ID>",
"DISABLED_TOOLS": "<your DISABLED_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
],
"env": {
"VIS_REQUEST_SERVER": "<your VIS_REQUEST_SERVER>",
"SERVICE_ID": "<your SERVICE_ID>",
"DISABLED_TOOLS": "<your DISABLED_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-chart": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
],
"env": {
"VIS_REQUEST_SERVER": "<your VIS_REQUEST_SERVER>",
"SERVICE_ID": "<your SERVICE_ID>",
"DISABLED_TOOLS": "<your DISABLED_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
],
"env": {
"VIS_REQUEST_SERVER": "<your VIS_REQUEST_SERVER>",
"SERVICE_ID": "<your SERVICE_ID>",
"DISABLED_TOOLS": "<your DISABLED_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
],
"env": {
"VIS_REQUEST_SERVER": "<your VIS_REQUEST_SERVER>",
"SERVICE_ID": "<your SERVICE_ID>",
"DISABLED_TOOLS": "<your DISABLED_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.antvis%2Fmcp-server-chart)<a href="https://mcptoplist.com/server/io.github.antvis%2Fmcp-server-chart"><img src="https://mcptoplist.com/badge/io.github.antvis%2Fmcp-server-chart.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
antvis
Other servers by antvis
View all antvis servers →Available versions (8)
| Version | Published |
|---|---|
| 0.9.10 | Feb 25, 2026 |
| 0.9.9 | Jan 22, 2026 |
| 0.9.8 | Jan 21, 2026 |
| 0.9.7 | Dec 24, 2025 |
| 0.9.6 | Dec 4, 2025 |
| 0.9.0-beta.1 | Sep 29, 2025 |
| 1.0.0 | Sep 15, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Chart?
- MCP Server Chart is maintained by antvis, which publishes 6 MCP servers (13 total versions) tracked on MCP Toplist.
- Is MCP Server Chart listed on the Official MCP Registry?
- Yes — MCP Server Chart is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Server Chart have?
- MCP Toplist tracks 8 versions of MCP Server Chart, most recently published on Feb 25, 2026.
- Where can I find the source code for MCP Server Chart?
- The source code for MCP Server Chart is hosted at github.com/antvis/mcp-server-chart.