MCP Catalogs
Home

mcp-framework vs time

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

mcp-framework
by koki7o
time
by modelcontextprotocol
Stars★ 22★ 85,748
30d uses
Score4277
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit5 mo agothis month

mcp-framework · Summary

Rust framework for building AI agents with native MCP support, multi-LLM integration, and web inspector.

time · Summary

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

mcp-framework · Use cases

  • Building research assistants that can search and analyze information
  • Creating coding assistants that can read codebases and write code
  • Developing browser automation agents for web scraping and form filling

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

Installation

# Requires Rust 1.70+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/koki7o/mcp-framework
cd mcp-framework
cp .env.example .env
# Edit .env and add API keys

# Run examples
cargo run --example server_with_tools
cargo run --example anthropic_agent_demo_with_tools
cargo run --example openai_agent_demo_with_tools

Claude Desktop Integration

Add to Claude's config.json:

{
  "mcpServers": {
    "mcp-framework": {
      "command": "cargo",
      "args": ["run", "--example", "server_with_tools"],
      "env": {
        "ANTHROPIC_API_KEY": "your-api-key"
      }
    }
  }
}

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.