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 | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | Java |
| 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.
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
- 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_serverEDT-MCP · Install
Installation
**EDT 2026.1+** (plugin v1.27.0+; use v1.26.1 for EDT 2025.x)
From Update Site
- In EDT: **Help → Install New Software...**
- Add update site URL:
https://ditrixnew.github.io/EDT-MCP/ - Select **EDT MCP Server Feature**
- 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"
}
}
}