MCP Catalogs
Home

time vs mcpifier

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

time
by modelcontextprotocol
mcpifier
by summerdawn-ai
Stars★ 85,748★ 1
30d uses
Score7737
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsOps & Infra
LanguageTypeScriptC#
Last committhis monththis month

time · Summary

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

mcpifier · Summary

Mcpifier is a zero-code gateway that converts REST APIs into MCP servers using Swagger/OpenAPI specs.

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

mcpifier · Use cases

  • Convert existing REST APIs into MCP servers for integration with AI assistants
  • Create MCP tools from OpenAPI/Swagger specifications without writing custom code
  • Embed MCP functionality into existing .NET applications as middleware

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

mcpifier · Install

Installation

NuGet Package

Install-Package Summerdawn.Mcpifier

.NET Tool

dotnet tool install -g Summerdawn.Mcpifier.Server

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpifier": {
      "command": "mcpifier",
      "args": ["stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.