MCP Catalogs
Home

VibeUE vs time

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

VibeUE
by kevinpbuckley
time
by modelcontextprotocol
Stars★ 184★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsMedia
ProductivityDeveloper ToolsCommunication
LanguageC++TypeScript
Last committhis monththis month

VibeUE · Summary

VibeUE is an AI-powered Unreal Engine development tool with MCP server integration providing Python API access and specialized tools for game development workflows.

time · Summary

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

VibeUE · Use cases

  • AI-assisted creation and modification of Unreal Engine Blueprints and assets through natural language
  • Automated terrain generation using real-world geographic data via MCP tools
  • Debugging Unreal Engine projects by analyzing logs with AI and regex filtering
  • Research and documentation gathering for game development with integrated web search capabilities

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

VibeUE · Install

Installation

  1. Obtain a free VibeUE API key at [vibeue.com/login](https://www.vibeue.com/login)
  2. Configure your IDE with the MCP server using the following configuration:
{
  "mcpServers": {
    "vibeue": {
      "command": "vibeue",
      "args": ["mcp"]
    }
  }
}

For Unreal Engine integration:

  1. Install the VibeUE plugin in Unreal Editor
  2. Paste your API key into the VibeUE settings gear icon inside the editor

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.