ultimate_mcp_server vs Genexus18MCP
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | Genexus18MCP by lennix1337 | |
|---|---|---|
| Stars | ★ 149 | ★ 16 |
| 30d uses | — | — |
| Score | 85 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | Python | C# |
| 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.
Genexus18MCP · Summary
GeneXus 18 MCP server enabling AI agents to read, edit, and analyze KB objects via Model Context Protocol.
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
Genexus18MCP · Use cases
- AI assistant analyzing and refactoring existing GeneXus application code
- Automated documentation generation for GeneXus knowledge bases
- Batch operations across multiple GeneXus objects through AI agent commands
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_serverGenexus18MCP · Install
Installation
- Run the installer:
npx genexus-mcp@latest init --kb "C:\KBs\YourKB" --gx "C:\Program Files (x86)\GeneXus\GeneXus18" - Register the MCP in your AI client (auto-detected for Claude Desktop, Claude Code, Cursor, and Antigravity)
- Restart your AI client and test with prompts like "list all transactions in my KB"
For Claude Desktop, the configuration will be auto-added to claude_desktop_config.json