ultimate_mcp_server vs minecraft-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | minecraft-mcp-server by yuniko-software | |
|---|---|---|
| Stars | ★ 149 | ★ 578 |
| 30d uses | — | — |
| Score | 85 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | AI / LLM ToolsDeveloper ToolsOther |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 1 mo ago |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
minecraft-mcp-server · Summary
Minecraft MCP server enabling AI assistants to control in-game characters through Mineflayer API.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
minecraft-mcp-server · Use cases
- AI-assisted building construction in Minecraft
- Exploring and mapping game environments
- Automating repetitive in-game tasks
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverminecraft-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