MCP Catalogs
Home

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
Score8542
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguagePythonC#
Last commit2 mo agothis 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

Genexus18MCP · Install

Installation

  1. Run the installer: npx genexus-mcp@latest init --kb "C:\KBs\YourKB" --gx "C:\Program Files (x86)\GeneXus\GeneXus18"
  2. Register the MCP in your AI client (auto-detected for Claude Desktop, Claude Code, Cursor, and Antigravity)
  3. 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

Comparison generated from public README + GitHub signals. Last updated automatically.