# smogon/pokemon-showdown | Model Context Protocol (MCP) Server > Pokémon battle simulator. - **Stars**: ⭐ 5,823 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pokemon-showdown": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pokemon-showdown" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pokemon-showdown": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pokemon-showdown" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pokemon-showdown` - **Docker**: `docker run -i --rm mcp/pokemon-showdown`