mcp-server-code-execution-mode vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-code-execution-mode by elusznik | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 331 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 5 mo ago | this month |
mcp-server-code-execution-mode · Summary
An MCP server that executes Python code in isolated containers with MCP server proxying to reduce context bloat.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-code-execution-mode · Use cases
- Teams managing multiple MCP servers who need to reduce token usage
- Agents that need to orchestrate complex workflows with loops and conditionals
- Security-conscious environments requiring sandboxed code execution
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-server-code-execution-mode · Install
Installation
- Install Docker or Podman
- Install the server:
pip install mcp-server-code-execution-mode - Add to Claude Desktop configuration:
{
"mcpServers": {
"code-execution": {
"command": "python",
"args": ["-m", "mcp_server_code_execution_mode"],
"env": {}
}
}
}Or run directly: mcp-server-code-execution-mode
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"]
}
}
}