# mikepenz/Android-Iconics | Model Context Protocol (MCP) Server > Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application. - **Stars**: ⭐ 5,270 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Android-Iconics": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Android-Iconics" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Android-Iconics": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Android-Iconics" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Android-Iconics` - **Docker**: `docker run -i --rm mcp/Android-Iconics`