MCP Catalogs
Home

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
Score5177
Official
Categories
Developer ToolsSecurityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit5 mo agothis 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

  1. Install Docker or Podman
  2. Install the server: pip install mcp-server-code-execution-mode
  3. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.