weppy-roblox-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
weppy-roblox-mcp by hope1026 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 21 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | PowerShell | TypeScript |
| Last commit | this month | this month |
weppy-roblox-mcp · Summary
An MCP server that connects AI agents to Roblox Studio, enabling direct manipulation of game elements through natural language.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
weppy-roblox-mcp · Use cases
- Rapid prototyping by describing game mechanics in natural language
- Bulk refactoring of modules across multiple scripts
- Generating procedural terrain, lighting, and assets from single prompts
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
weppy-roblox-mcp · Install
Quick Install
**One-line install:**
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex**Manual install:**
- Visit the [web install page](https://weppyai.com/en/install) for the Roblox Studio plugin
- Register the MCP server with your AI app:
npx -y @weppy/roblox-mcp@latest**Claude Desktop configuration:** Add to your Claude Desktop config.json:
{
"mcpServers": {
"weppy-roblox": {
"command": "npx",
"args": ["-y", "@weppy/roblox-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"]
}
}
}