rbxdev-ls vs time
Side-by-side comparison to help you pick between these two MCP servers.
rbxdev-ls by 0neShot101 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
rbxdev-ls · Summary
Roblox-focused MCP server that provides tools for interacting with live game instances and code execution.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rbxdev-ls · Use cases
- AI assistants helping debug Roblox games by examining game state and executing test code
- Automating testing procedures by having AI interact with running game instances
- Assisting with development by having AI analyze code and suggest improvements based on live game data
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
rbxdev-ls · Install
VS Code Extension
Install from VS Code Marketplace or Open VSX:
| Marketplace | Link | | --- | --- | | VS Code Marketplace | [rbxdev.rbxdev-ls](https://marketplace.visualstudio.com/items?itemName=rbxdev.rbxdev-ls) | | Open VSX | [rbxdev/rbxdev-ls](https://open-vsx.org/extension/rbxdev/rbxdev-ls) |
MCP Server (Standalone)
Install with npm:
npm install -g @0neshot101/rbxdev-mcpOr use with npx:
npx @0neshot101/rbxdev-mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"rbxdev": {
"command": "npx",
"args": ["@0neshot101/rbxdev-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"]
}
}
}