mcp-luckyworld

by luckyrobots

264 downloads
Not rated
GitHub

About

An MCP server for accessing the Lucky World simulator

Details

Author
luckyrobots
Downloads
264
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-luckyworld
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.