mcp-bsl-platform-context vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-bsl-platform-context by alkoleft | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 165 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Kotlin | TypeScript |
| Last commit | 2 mo ago | this month |
mcp-bsl-platform-context · Summary
MCP server providing 1C:Enterprise platform syntax and object model reference for AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-bsl-platform-context · Use cases
- AI-assisted development of 1C:Enterprise applications with contextual syntax help
- Real-time lookup of 1C platform objects and methods during coding
- Integration of 1C:Enterprise documentation into AI-powered IDEs
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-bsl-platform-context · Install
Installation
Prerequisites
- Java 17 or higher
- 1C:Enterprise platform version 8.3.20 or higher
Build from source
git clone https://github.com/alkoleft/mcp-bsl-platform-context.git
cd mcp-bsl-platform-context
./gradlew buildRun the server
# STDIO mode (default)
java -jar mcp-bsl-context-<version>.jar --platform-path "/path/to/1c/installation"
# SSE mode
java -jar mcp-bsl-context-<version>.jar --mode sse --platform-path "/path/to/1c/installation"Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"1c-platform": {
"command": "java",
"args": [
"-jar",
"/path/to/mcp-bsl-context.jar",
"--platform-path",
"/path/to/1c/installation"
]
}
}
}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"]
}
}
}