halo-infinite-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
halo-infinite-mcp by dend | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 6 | ★ 149 |
| 30d uses | — | — |
| Score | 31 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsMediaOther | AI / LLM ToolsBrowser AutomationFile System |
| Language | C# | Python |
| Last commit | 14 mo ago | 2 mo ago |
halo-infinite-mcp · Summary
MCP server for Halo Infinite game data, accessing player stats, match history, and marketplace information.
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.
halo-infinite-mcp · Use cases
- Check your latest match statistics and win rates in Halo Infinite
- Monitor your career rank progress and time to reach Hero level
- Browse current items available on The Exchange marketplace
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
halo-infinite-mcp · Install
Installation
- Install [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
- Download the [latest release](https://github.com/dend/halo-infinite-mcp/releases)
- Extract the package locally
- Update your MCP client configuration:
Claude Desktop
"mcpServers": {
"mcp-halo-infinite": {
"command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
"args": [],
"env": {}
}
}Visual Studio Code (Insiders)
"mcp": {
"inputs": [],
"servers": {
"mcp-halo-infinite": {
"command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
"args": [],
"env": {}
}
}
}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_server