MCP Catalogs
Home

mcp-1c vs time

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

mcp-1c
by feenlace
time
by modelcontextprotocol
Stars★ 98★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsDatabase
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

mcp-1c · Summary

MCP server for 1C:Enterprise that provides AI assistants with metadata and generates accurate BSL code through 9 tools.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-1c · Use cases

  • AI assistants analyzing 1C configuration structure and generating accurate BSL code
  • Code search and refactoring assistance across 1C modules
  • Query optimization and validation for 1C databases
  • BSL syntax help for developers working with 1C:Enterprise

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

mcp-1c · Install

Installation

  1. Download the binary for your OS from [Releases](https://github.com/feenlace/mcp-1c/releases)
  2. Install the extension in your 1C database:

```bash # Windows mcp-1c --install "C:\путь\к\базе"

# macOS / Linux mcp-1c --install ~/Documents/InfoBase ```

  1. Start the HTTP service for 1C
  2. Configure your AI client with the MCP server:
{
  "mcpServers": {
    "1c": {
      "command": "/path/to/mcp-1c",
      "args": ["--base", "http://localhost:8080/hs/mcp-1c"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.