MCP Catalogs
Home

fastify-mcp vs time

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

fastify-mcp
by haroldadmin
time
by modelcontextprotocol
Stars★ 27★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

fastify-mcp · Summary

A Fastify plugin that enables running MCP servers with Streamable HTTP and HTTP+SSE transports.

time · Summary

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

fastify-mcp · Use cases

  • Embedding MCP tools and resources directly into Fastify web applications
  • Creating MCP-enabled APIs that expose AI capabilities via HTTP endpoints
  • Building stateful MCP servers that maintain session information for clients

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

fastify-mcp · Install

# npm
npm install fastify-mcp

# yarn
yarn add fastify-mcp

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

{
  "mcpServers": {
    "fastify-mcp": {
      "command": "node",
      "args": ["path/to/your/fastify-server.js"]
    }
  }
}

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.