MCP Catalogs
Home

mcp_tool_override_tester vs time

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

mcp_tool_override_tester
by kibitzing
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score2577
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis month

mcp_tool_override_tester · Summary

A Python MCP server demonstrating dynamic tool overriding across multiple servers.

time · Summary

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

mcp_tool_override_tester · Use cases

  • Testing tool precedence in MCP configurations with multiple servers
  • Demonstrating how tool conflicts are resolved in MCP setups
  • Learning MCP tool override mechanisms for advanced configuration

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_tool_override_tester · Install

Install using uvx:

uvx run --from mcp-tool-override-tester@latest override_mcp_tools

Add to Claude Desktop config:

{
  "mcpServers": {
    "override_tester": {
      "command": "/path/to/your/uvx",
      "args": [
        "--from",
        "mcp-tool-override-tester@latest",
        "override_mcp_tools"
      ]
    }
  }
}

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.