PokeMCP
Enables AI assistants to play Pokemon Fire Red through the mGBA emulator by providing tools for button inputs and screenshots. It allows for direct reading of real-time game state from RAM, including party information, player location, and battle status.
README
PokeMCP - AI Plays Pokemon Fire Red
An MCP server that lets Claude play Pokemon Fire Red through the mGBA emulator. Built for YouTube content — Claude has its own personality, names its Pokemon, trash-talks its rival, and reacts to everything happening in the game.
How It Works
Claude <-> FastMCP Server (Python) <-> TCP Socket <-> Lua Script (inside mGBA)
Split gameplay model:
- Claude handles: Battles, dialog, menus, naming (trainer/rival/Pokemon), team strategy
- Human operator handles: Overworld navigation (walking to destinations)
- Navigation is purely visual — Claude reads screenshots to understand the game world
- RAM reading is used only for party Pokemon stats, battle data, badges, and money
Prerequisites
- mGBA v0.10+ — mgba.io
- Python 3.12+
- uv —
pip install uv - Pokemon Fire Red ROM — US v1.0 (game code: BPRE)
Setup
1. Install dependencies
uv sync
2. Load the Lua script in mGBA
- Open mGBA and load your Pokemon Fire Red ROM
- Go to Tools > Scripting
- File > Load Script → select
lua/mgba_server.lua - Console should show:
MCP Server listening on 127.0.0.1:5555
3. Configure Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"pokemon-firered": {
"command": "C:\\Users\\YOUR_USER\\AppData\\Roaming\\Python\\Python312\\Scripts\\uv.exe",
"args": ["--directory", "C:/path/to/mGba MCP", "run", "mgba-mcp"]
}
}
}
Note: Use the full path to
uv.exe— Claude Desktop may not have it in PATH. Find it withpython -c "import shutil; print(shutil.which('uv'))".
4. Play!
Start a conversation with Claude. It will invent a personality, pick a trainer name, and start playing.
Available Tools
| Tool | Description |
|---|---|
press_button |
Press a GBA button and get a screenshot |
press_buttons |
Press a sequence of buttons with timing |
get_screenshot |
See the current game screen |
get_game_state |
Read badges, money, party Pokemon, battle state from RAM |
get_party |
Detailed party info (stats, moves, IVs) |
get_battle_state |
Battle details (your/enemy Pokemon, HP, moves, PP) |
save_state |
Save emulator state (slots 1-9) |
load_state |
Load emulator state |
wait_frames |
Wait through animations/transitions |
hold_button |
Hold a button for extended walking/scrolling |
What Claude Reads from RAM
- Party Pokemon — Species, level, HP, moves with PP, stats, IVs, status conditions
- Badges — Which gym badges have been earned
- Money — Current funds (XOR-decrypted)
- Battle state — Enemy Pokemon species, level, HP, moves
Navigation and dialog are handled visually through screenshots only.
Claude's Personality
Each session, Claude invents a unique persona:
- Picks its own trainer name and rival name
- Names every Pokemon with creative nicknames
- Has strong opinions about Pokemon, moves, and characters
- Gets emotionally invested — celebrates wins, mourns faints
- Narrates its thought process for the audience
- All commentary in Spanish for YouTube content
Project Structure
├── pyproject.toml
├── src/mgba_mcp/
│ ├── server.py # FastMCP tools + personality instructions
│ ├── connection.py # TCP client for mGBA communication
│ ├── game_state.py # Pokemon Fire Red RAM parser
│ └── constants.py # Memory addresses and lookup tables
├── lua/
│ └── mgba_server.lua # Lua TCP server loaded into mGBA
└── data/
├── pokemon_species.json
├── pokemon_moves.json
└── map_names.json
Tips for YouTube Recording
- Save states are your friend — save before gyms, important battles, or risky catches
- Let Claude fail — mistakes and reactions are entertaining content
- Navigate for Claude — walk to destinations, let Claude handle the rest
- Nudge when stuck — tell Claude "we're at the Pokemon Center" or "there's a trainer ahead"
- The game is in English but Claude comments in Spanish — great for bilingual content
Important Notes
- ROM must be US v1.0 (BPRE) for memory addresses to work
- Load the Lua script in mGBA before starting Claude Desktop
- mGBA must stay open while playing
- The Lua script auto-detects the ROM and warns if it doesn't match
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。