# thunderbird/thunderbird-android | Model Context Protocol (MCP) Server > Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail) - **Stars**: ⭐ 13,796 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "thunderbird-android": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-thunderbird-android" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "thunderbird-android": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-thunderbird-android" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-thunderbird-android` - **Docker**: `docker run -i --rm mcp/thunderbird-android`