minecraft-dev-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
minecraft-dev-mcp by MCDxAI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
minecraft-dev-mcp · Summary
MCP server providing 20 tools for Minecraft mod development including decompilation, mapping, and source code analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
minecraft-dev-mcp · Use cases
- Automatically decompile Minecraft source code for a specific version and retrieve Java source for any class
- Analyze third-party mod JARs to extract metadata, dependencies, and entry points
- Validate Mixin code against Minecraft source to catch errors before runtime
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
minecraft-dev-mcp · Install
Installation
**NPM (Recommended)**
npm install -g @mcdxai/minecraft-dev-mcp**NPX (No Install)** Use npx -y @mcdxai/minecraft-dev-mcp directly in config.
**Prerequisites**: Node.js 18+ and Java 17+
Claude Desktop Configuration
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"minecraft-dev": {
"command": "minecraft-dev-mcp"
}
}
}Claude Code Configuration
Add to .claude/settings.local.json in your project:
{
"mcpServers": {
"minecraft-dev": {
"command": "minecraft-dev-mcp"
}
}
}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"]
}
}
}