mcp-server-chart vs astro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | astro-mcp by morinokami | |
|---|---|---|
| Stars | ★ 4,068 | ★ 58 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsWeb Scraping |
| Language | TypeScript | Astro |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
astro-mcp · Summary
MCP server providing Astro project insights, runtime info, documentation search, and integration data.
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
astro-mcp · Use cases
- Assist developers in debugging Astro applications by providing runtime configuration and route information
- Enable AI assistants to provide up-to-date guidance based on the official Astro documentation
- Automate development workflows by accessing integration details and server status programmatically
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"]
}
}
}astro-mcp · Install
npx astro add astro-mcpFor manual installation:
npm install astro-mcpThen add to your Astro config:
import { defineConfig } from "astro/config";
import mcp from "astro-mcp";
export default defineConfig({
integrations: [mcp()],
});The MCP server will be available at http://localhost:4321/__mcp/sse. Create an empty configuration file for your editor:
- VSCode:
.vscode/mcp.json - Cursor:
.cursor/mcp.json - Windsurf:
~/.codeium/windsurf/mcp_config.json - Claude Code:
.mcp.json