Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
๐ MonkeyCraft
Play Minecraft from anywhere. Really anywhere.
Stream and control your Minecraft game from your phone
iOS client is available in TestFlight and has passed Beta Review by Apple App Store Connect. Android client is clear for closed testing. Please refer to the wiki for the latest client release information.
โจ What Can You Do?
MonkeyCraft lets you play Minecraft remotely from your iOS or Android phone.
๐ฎ Imagine these scenarios:
- ๐๏ธ Couch Gaming โ Keep playing while someone else uses the computer
- ๐ On the Go โ Continue your world from your phone during commute
- ๐ Around the House โ Check on your farm or AFK fishing from anywhere
- ๐ฅ Share Your Game โ Let a friend play on your world from their phone
๐ฏ Features
๐น Live Video Streaming
Watch your Minecraft game in real-time on your phone with:
| Setting | Options |
|---|---|
| ๐ Resolution | Low, Medium, High |
| ๐จ Color Mode | Normal, High Perf (12-bit), Retro (6-bit), Grayscale |
| โก FPS | 1โ20 frames per second |
๐บ๏ธ 2D Map Mode
Switch to a top-down view of the world around you, streamed as H.264 video just like the first-person feed. Handy for navigation, base layout, or following someone else on the server.
๐น๏ธ Touch Controls
Full gameplay control with intuitive touch interface:
| Control | Action |
|---|---|
| ๐น๏ธ Virtual Joystick | Move around (WASD) |
| ๐ Look Pad | Look around by dragging + tap to click |
| ๐ฆ Jump Button | Jump (Space) |
| ๐ฆ Sneak Button | Sneak/crouch (Shift) |
| ๐ข Hotbar | Select items in your hotbar |
| ๐งญ Auto-Face Movement | Optional: Automatically face movement direction |
๐ฌ Chat System
- ๐จ Send Messages โ Chat with other players on the server
- ๐ฅ Receive Messages โ See all incoming chat with rich formatting
- ๐ Click Links โ Tap on links and commands in chat
๐ Smart Notifications
Stay informed even when not actively playing:
| Type | Description |
|---|---|
| โฐ Timed Notification | Get reminded at a specific time with countdown |
| ๐ณ Instant Nudge | Receive immediate alerts from in-game events |
๐ต Spatial Audio
When the server you're on runs OpenAudioMc or the MCParks v1 audio system, MonkeyCraft can route the audio session to your phone:
- ๐ง Server-side spatial audio โ voice, ambience, music played by the server reaches your phone
- ๐ Volume slider โ adjust MCParks playback volume independently in Settings
- ๐ Soft-refresh on resume โ when the app returns from background, the audio session reconnects without a full re-pair
๐ด Hibernation Mode
Need to step away but stay connected?
- โธ๏ธ Pause Streaming โ Stops video to save bandwidth
- ๐ Keep Connection โ Stays logged in to the server
- ๐ฌ Chat Available โ Still send and receive messages
- ๐ฑ Live Activity (iOS) โ See countdown on your lock screen
๐ Secure Connection
- ๐ก๏ธ Password Protected โ Only those with your password can connect
- ๐ HMAC Authentication โ Cryptographic challenge-response
- ๐ Network Control โ Restrict to localhost, local network, or anywhere
- ๐ฑ QR Code Setup โ Quick scan to enter password
๐ฎ How It Works
1๏ธโฃ Install the Mod
Install the MonkeyCraft mod on your Fabric Minecraft client (1.19, 1.21.11, or 26.1+).
2๏ธโฃ Start the Server
In Minecraft, type /monkey start to launch the WebSocket server.
3๏ธโฃ Connect Your Phone
Open the MonkeyCraft app on your phone and:
- Enter your computer's IP address and port (default: 9600)
- Scan the QR code displayed in-game, or
- Enter the password manually
4๏ธโฃ Play!
Your Minecraft view appears on your phone. Use the touch controls to move, look, jump, and interact with the world.
โ๏ธ Configuration Options
Access settings via /monkey config or through ModMenu:
| Option | Default | What It Does |
|---|---|---|
| ๐ช Port | 9600 | The port number for connections |
| ๐ Password | Random | Your connection password |
| ๐ Allow Connections From | Local Network | Who can connect |
| โ Command Allowlist | All allowed | Which commands can be run remotely |
| โ Command Denylist | op, deop | Blocked commands |
| ๐ Auto-Launch | Off | Start server automatically when joining a world |
๐ In-Game Commands
| Command | Description |
|---|---|
/monkey |
Show help (also prints your IPs while the server is running) |
/monkey start |
Start the WebSocket server |
/monkey stop |
Stop the server |
/monkey config |
Open settings screen |
๐ฑ App Screens
| Screen | Purpose |
|---|---|
| ๐ Login | Enter server details and password |
| ๐น Stream | Main gameplay with video and controls |
| ๐ฌ Chat | Dedicated chat interface |
| โ๏ธ Settings | Adjust video quality and preferences |
๐ Getting Started
Supported Versions
| Minecraft Version | Java | Mod Location |
|---|---|---|
| 26.1+ | 25+ | mods/26.1/ |
| 1.21.11 | 21+ | mods/1.21.11/ |
| 1.19 | 17+ | mods/1.19/ |
Install Steps
- Install Fabric โ Download from fabricmc.net
- Download MonkeyCraft โ Get the mod JAR for your Minecraft version
- Install Mod โ Place in your
modsfolder - Get the App โ Download on your phone
- Connect & Play!
Building from Source
# Build for Minecraft 26.1 (needs Java 25)
cd mods/26.1 && ./gradlew build
# Build for Minecraft 1.21.11 (needs Java 21)
cd mods/1.21.11 && ./gradlew build
# Build for Minecraft 1.19 (needs Java 17)
cd mods/1.19 && ./gradlew build
# Build Flutter app
cd flutter/monkeycraft && flutter build apk
โ FAQ
Can I play on a server?
Yes! MonkeyCraft streams your Minecraft client, so you can play on any server or singleplayer world.
Is there lag?
Video is encoded and streamed in real-time. For best results:
- Use a strong WiFi connection
- Lower resolution/FPS if needed
- Keep your computer close to your router
Can multiple phones connect?
Only one phone can connect at a time.
Does it work over the internet?
By default, connections are restricted to your local network. You can enable internet access in settings, but proceed with caution.
What commands can I run remotely?
By default, all commands are allowed except op and deop. Configure allowlist/denylist in settings.
Made with โค๏ธ by weikengchen


