MCP Catalogs
Home

ultimate_mcp_server vs EDT-MCP

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
EDT-MCP
by DitriXNew
Stars★ 149★ 156
30d uses
Score8550
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsProductivity
LanguagePythonJava
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.

EDT-MCP · Summary

MCP server for 1C:EDT that enables AI assistants to interact with development workspace through 56 specialized tools.

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

EDT-MCP · Use cases

  • AI-powered code analysis and refactoring in 1C:EDT projects
  • Intelligent error detection and resolution assistance
  • Automated documentation generation and content assist
  • Debug support with real-time variable inspection and breakpoints
  • Metadata management with custom tagging and grouping

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

EDT-MCP · Install

Installation

**EDT 2026.1+** (plugin v1.27.0+; use v1.26.1 for EDT 2025.x)

From Update Site

  1. In EDT: **Help → Install New Software...**
  2. Add update site URL: https://ditrixnew.github.io/EDT-MCP/
  3. Select **EDT MCP Server Feature**
  4. Restart EDT

Configuration

Go to **Window → Preferences → MCP Server** to configure settings including server port, auto-start, and tool management.

Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "EDT MCP Server": {
      "url": "http://localhost:8765/mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.