MCP Catalogs
Home

robloxstudio-mcp vs time

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

robloxstudio-mcp
by boshyxd
time
by modelcontextprotocol
Stars★ 431★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

robloxstudio-mcp · Summary

MCP server connecting AI assistants to Roblox Studio for game development.

time · Summary

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

robloxstudio-mcp · Use cases

  • Analyze and restructure existing Roblox games programmatically
  • Batch generate and modify game objects with AI assistance
  • Debug and optimize code by letting AI examine script behavior
  • Create and review game documentation from code structure

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

robloxstudio-mcp · Install

Installation

  1. Install the [Studio plugin](https://github.com/boshyxd/robloxstudio-mcp/releases) to your Plugins folder
  2. Enable **Allow HTTP Requests** in Experience Settings > Security
  3. Connect your AI:

**Claude Code:**

claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latest

**For Claude Desktop, Cursor, etc.:**

{
  "mcpServers": {
    "robloxstudio-mcp": {
      "command": "npx",
      "args": ["-y", "robloxstudio-mcp@latest"]
    }
  }
}

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.