Back to Apps

Kuluu FFXI
by jondwillis
Open-source FINAL FANTASY XI client bridge enabling LLM automation and headless agent control via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does
Kuluu is a modern, open-source client for the FINAL FANTASY XI network protocol. While primarily a game client rebuilt in Rust and Bevy, it provides a critical MCP bridge that allows AI agents to drive the client in headless mode, enabling complex automation, protocol analysis, and LLM-driven gameplay.
Tools
play_headless: Starts a JSON-line agent session for driving the client via an automation harness.protocol_inspect: Allows inspection of the FFXI wire protocol event stream.client_control: Interface for managing the game state and character actions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kuluu-ffxi": {
"command": "cargo",
"args": ["run", "-p", "ffxi-client", "--no-default-features", "--", "play", "--headless"]
}
}
}
Supported hosts
- claude
Quick install
cargo run -p ffxi-client --no-default-features -- play --headlessInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"kuluu-ffxi": {"command": "cargo", "args": ["run", "-p", "ffxi-client", "--no-default-features", "--", "play", "--headless"]}}}





