mcp-server-chart vs godot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | godot-mcp by tugcantopaloglu | |
|---|---|---|
| Stars | ★ 4,068 | ★ 189 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
godot-mcp · Summary
Godot MCP server with 149 tools for full engine control in AI-driven game development.
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
godot-mcp · Use cases
- AI agents prototyping game mechanics and iterating on gameplay in real-time
- Automating Godot project setup, scene creation, and asset management
- Debugging game issues through runtime inspection and property manipulation
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"]
}
}
}godot-mcp · Install
Installation
- Install the MCP server:
npm install godot-mcp- Add to Claude Desktop configuration:
{
"mcpServers": {
"godot": {
"command": "node",
"args": ["/path/to/godot-mcp/dist/index.js"],
"env": {
"GODOT_PROJECT_PATH": "/path/to/your/godot/project"
}
}
}
}- Restart Claude Desktop to load the server.