MCP Catalogs
Home

time vs better-godot-mcp

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

time
by modelcontextprotocol
better-godot-mcp
by n24q02m
Stars★ 85,748★ 18
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

better-godot-mcp · Summary

Composite MCP server providing 17 mega-tools for AI-assisted Godot game 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

better-godot-mcp · Use cases

  • AI-assisted game development with Godot Engine
  • Automating scene management and manipulation tasks
  • Streamlining script and resource management in Godot projects

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

better-godot-mcp · Install

Installation

Claude Desktop

  1. Open Claude Desktop preferences
  2. Go to 'MCP Servers' section
  3. Add the following configuration:
{
  "better-godot-mcp": {
    "command": "npx",
    "args": ["@n24q02m/better-godot-mcp"]
  }
}

npm

npm install -g @n24q02m/better-godot-mcp

Docker

docker run n24q02m/better-godot-mcp

For detailed setup instructions, visit: https://mcp.n24q02m.com/servers/better-godot-mcp/setup/

Comparison generated from public README + GitHub signals. Last updated automatically.