MCP Catalogs
Home

GEmojiSharp vs time

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

GEmojiSharp
by hlaueriksson
time
by modelcontextprotocol
Stars★ 156★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last commit3 mo agothis month

GEmojiSharp · Summary

GEmojiSharp.McpServer provides GitHub emoji tools for C# applications via the MCP protocol.

time · Summary

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

GEmojiSharp · Use cases

  • Convert between emoji aliases and raw characters in C# applications
  • Emojify or demojify text content through MCP tool calls
  • Search for emojis by description, category, alias or tags

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

GEmojiSharp · Install

Install the GEmojiSharp.McpServer NuGet package:

dotnet add package GEmojiSharp.McpServer

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "gemoji": {
      "command": "dotnet",
      "args": ["run", "--project", "path/to/your/GEmojiSharp.McpServer/project.csproj"],
      "env": {}
    }
  }
}

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.