MCP Catalogs
Home

time vs dynamic-fastmcp

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

time
by modelcontextprotocol
dynamic-fastmcp
by ragieai
Stars★ 85,748★ 45
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis month9 mo ago

time · Summary

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

dynamic-fastmcp · Summary

Dynamic FastMCP extends MCP Python server with context-aware tools that adapt behavior based on user and tenant context.

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

dynamic-fastmcp · Use cases

  • Multi-tenant SaaS applications where tools behave differently per tenant
  • User-specific tools that adapt functionality based on authenticated user context
  • Context-sensitive operations that change behavior based on request path or parameters

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"]
    }
  }
}

dynamic-fastmcp · Install

pip install dynamic-fastmcp

Or using UV:

uv add dynamic-fastmcp

For Claude Desktop configuration, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "dynamic-fastmcp": {
      "command": "python",
      "args": ["-m", "dynamic_fastmcp"],
      "env": {
        "PYTHONPATH": "<your-project-path>"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.