MCP Catalogs
Home

my-monkey-app vs time

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

my-monkey-app
by KardelRuveyda
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last commit10 mo agothis month

my-monkey-app · Summary

Interactive console app displaying monkey information with MCP server integration.

time · Summary

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

my-monkey-app · Use cases

  • Educational tool for learning about monkey species and their conservation status
  • Example of MCP integration with a console application
  • Demonstration of GitHub Copilot Agent Mode for AI-assisted development

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

my-monkey-app · Install

  1. Clone the repository: git clone https://github.com/KardelRuveyda/MyMonkeyApp.git
  2. Navigate to the project directory: cd MyMonkeyApp
  3. Install .NET 9.0 SDK
  4. Build and run the application: dotnet run

For MCP integration with Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "monkeymcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "jamesmontemagno/monkeymcp"]
    }
  }
}

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.