frontmcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
frontmcp by agentfront | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 143 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
frontmcp · Summary
TypeScript-first framework for building MCP servers with decorators, DI, and Streamable HTTP transport.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
frontmcp · Use cases
- Building production-ready MCP servers with TypeScript type safety
- Creating complex agent workflows with orchestrated tool chains
- Developing skills for agent marketplaces with HTTP-discoverable manifests
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
frontmcp · Install
Installation
**Node.js 24+** required.
# New project (recommended)
npx frontmcp create my-app
# Existing project
npm i -D frontmcp @types/node@^24
npx frontmcp initClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"frontmcp": {
"command": "node",
"args": ["/path/to/your/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"]
}
}
}