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 | — | — |
| Score | 31 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | 10 mo ago | this 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
- Clone the repository:
git clone https://github.com/KardelRuveyda/MyMonkeyApp.git - Navigate to the project directory:
cd MyMonkeyApp - Install .NET 9.0 SDK
- 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"]
}
}
}