pokemon-showdown

GitHub

PokΓ©mon battle simulator.

5,823 stars TypeScript #hacktoberfest
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pokemon-showdown": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pokemon-showdown"
      ]
    }
  }
}