MCP Catalogs
Home

redm-mcp-public vs time

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

redm-mcp-public
by Cmoen11
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3777
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit1 mo agothis month

redm-mcp-public · Summary

MCP server providing RedM/RDR3 native lookups, semantic search and framework documentation.

time · Summary

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

redm-mcp-public · Use cases

  • Help developers understand native function calls like Citizen.InvokeNative(0x09C28F828EE674FA)
  • Search for functionality by behavior rather than exact names (e.g., 'teleport player')
  • Browse and query RedM/RDR3 framework documentation for VORP, RSGCore, and oxmysql

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

redm-mcp-public · Install

Installation

HTTP Transport

Connect to the hosted HTTP endpoint: https://redm-mcp.fivem.no/mcp

VS Code / Cursor

Click the install badges in the README for one-click setup.

Claude Code

claude mcp add --transport http redm-mcp https://redm-mcp.fivem.no/mcp

Claude Desktop

{
  "mcpServers": {
    "redm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://redm-mcp.fivem.no/mcp"
      ]
    }
  }
}

VS Code (Copilot / Continue)

{
  "servers": {
    "redm-mcp": {
      "type": "http",
      "url": "https://redm-mcp.fivem.no/mcp"
    }
  }
}

Zed

{
  "context_servers": {
    "redm-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-remote",
          "https://redm-mcp.fivem.no/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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.