fastify-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
fastify-mcp-server by flaviodelgrosso | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 27 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
fastify-mcp-server · Summary
Fastify plugin for creating MCP HTTP servers with session management, authentication, and transport options.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
fastify-mcp-server · Use cases
- Building MCP servers for AI assistants to interact with Fastify-based backend services
- Creating API gateways that expose MCP functionality over HTTP with authentication
- Implementing distributed session management for MCP-based AI applications using Redis
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-server · Install
npm install fastify-mcp-server @modelcontextprotocol/sdkIn 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"]
}
}
}