mcp-server-chart vs minecraft-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | minecraft-mcp-server by yuniko-software | |
|---|---|---|
| Stars | ★ 4,068 | ★ 578 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsOther |
| Language | TypeScript | TypeScript |
| 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.
minecraft-mcp-server · Summary
Minecraft MCP server enabling AI assistants to control in-game characters through Mineflayer API.
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
minecraft-mcp-server · Use cases
- AI-assisted building construction in Minecraft
- Exploring and mapping game environments
- Automating repetitive in-game tasks
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"]
}
}
}minecraft-mcp-server · Install
Prerequisites
- Node.js (>= 20.10.0)
- A running Minecraft game (tested with Minecraft 1.21.8 Java Edition)
- An MCP-compatible client (Claude Desktop used in example)
Installation
- Open Minecraft and create a singleplayer world, then open to LAN (ESC -> Open to LAN)
- Install Claude Desktop and open
File -> Settings -> Developer -> Edit Config - In
claude_desktop_config.json, add the following MCP server configuration:
{
"mcpServers": {
"minecraft": {
"command": "npx",
"args": [
"-y",
"github:yuniko-software/minecraft-mcp-server",
"--host",
"localhost",
"--port",
"25565",
"--username",
"ClaudeBot"
]
}
}
}- Restart Claude Desktop completely