# Fate-Grand-Automata/FGA | Model Context Protocol (MCP) Server > Auto-battle app for F/GO Android - **Stars**: ⭐ 2,170 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "FGA": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FGA" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "FGA": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FGA" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-FGA` - **Docker**: `docker run -i --rm mcp/FGA`