EDT-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
EDT-MCP by DitriXNew | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 156 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Java | TypeScript |
| Last commit | this month | this month |
EDT-MCP · Summary
MCP server for 1C:EDT that enables AI assistants to interact with development workspace through 56 specialized tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
EDT-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"
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}