mcp-luckyworld
About
An MCP server for accessing the Lucky World simulator
Details
- Author
- luckyrobots
- Downloads
- 264
- Categories
- Other
Jump to
- Provides MCP interface to Lucky World simulator
- Uses uv for fast dependency management
- Separate client and server processes
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-luckyworldCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, create a Python virtual environment using uv, install the package with uv pip install -e ., then run the server and client using python mcp-luckyworld/client.py mcp-luckyworld/server.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-luckyworld": {
"mcp-luckyworld": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"mcp-luckyworld": {
"command": "uv",
"args": [
"venv"
]
}
}
mcp-luckyworld
An MCP server for accessing the Lucky World simulator.
Quick Start
1. Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
2. Clone and setup:
git clone https://github.com/luckyrobots/mcp-luckyworld.git
cd mcp-luckyworld
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .
3. Run the MCP:
python mcp-luckyworld/client.py mcp-luckyworld/server.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



