pokemon-ai-player

Dst0rtr/pokemon-ai-player
★ 0 stars Python AI/LLM Updated 3d ago
MCP server that lets AI agents play Game Boy games (Pokémon Red/Blue/Yellow profile) through PyBoy, with benchmark metrics
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pokemon-ai-player": {
      "command": "uvx",
      "args": [
        "pokemon-ai-player"
      ]
    }
  }
}

Or install with pip: pip install pokemon-ai-player

README Excerpt

An MCP (Model Context Protocol) server that lets an AI agent play **any Game Boy game** through a small, token-efficient set of tools, and records benchmark metrics while it plays. Pokémon Red/Blue/Yellow get a built-in *game profile* that reads party, battle, map and dialogue straight from memory, so the agent plays mostly from text instead of screenshots, and gets

Tools (1)

W60