gdai-mcp-plugin-godot vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
gdai-mcp-plugin-godot by 3ddelano | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 85 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 47 | 84 |
| Official | — | — |
| Categories | Developer ToolsAI / LLM ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | GDScript | TypeScript |
| Last commit | 2 mo ago | this month |
gdai-mcp-plugin-godot · Summary
GDAI MCP enables AI assistants to control Godot Engine, automating scene creation, debugging, and game development workflows.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
gdai-mcp-plugin-godot · Use cases
- Automated game development where AI creates complete game scenes and scripts from simple prompts
- Debugging assistance where AI analyzes script errors and provides fixes directly in the Godot environment
- Rapid prototyping where AI builds game elements based on design descriptions
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
gdai-mcp-plugin-godot · Install
Installation Steps
- **Install in Godot Project**
- Download the plugin from [gdaimcp.com](https://gdaimcp.com) - Add the plugin to your Godot project's addons/ folder - Enable the plugin in Godot's Project Settings
- **Configure in MCP Client**
- Add the following to your MCP client configuration: ``json { "mcpServers": { "gdai-godot": { "command": "godot", "args": ["--headless", "--script", "/path/to/gdaimcp_server.gd"] } } } ``
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"]
}
}
}