ultimate_mcp_server vs node9-proxy
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | node9-proxy by node9-ai | |
|---|---|---|
| Stars | ★ 149 | ★ 180 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | SecurityDeveloper ToolsAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
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.
node9-proxy · Summary
Node9 is an execution security layer for AI agents that provides governance, monitoring, and audit logging through MCP integration.
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
node9-proxy · Use cases
- Monitor and govern AI agent behavior to prevent unauthorized access to credentials or sensitive data
- Provide real-time blocking of dangerous commands like 'rm -rf', 'DROP TABLE', or force git pushes
- Audit and review AI agent activities over time windows to analyze patterns, costs, and potential security issues
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_servernode9-proxy · Install
Install via npm or Homebrew:
# npm (any platform)
npm install -g node9-ai
# macOS / Linux
brew tap node9-ai/node9 && brew install node9Initialize with:
node9 init # auto-wires Claude Code, Gemini CLI, Cursor, Codex, MCP servers
node9 doctor # verify everything is wired correctlyFor Claude Desktop MCP integration:
{
"mcpServers": {
"node9": {
"command": "node9",
"args": ["mcp"]
}
}
}