MCP Catalogs
Home

bikescout vs time

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

bikescout
by hifly81
time
by modelcontextprotocol
Stars★ 19★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsOtherDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

bikescout · Summary

AI-powered cycling intelligence tool that predicts terrain conditions and provides tactical route planning through MCP.

time · Summary

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

bikescout · Use cases

  • Planning multi-loop cycling routes with terrain compatibility checks
  • Getting bike setup advice based on specific route conditions
  • Analyzing ride performance against terrain conditions

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

bikescout · Install

Install BikeScout using pip:

pip install bikescout

To use with Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bikescout": {
      "command": "python",
      "args": ["-m", "bikescout"],
      "env": {}
    }
  }
}

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.