# EmergeTools/Pow | Model Context Protocol (MCP) Server > Delightful SwiftUI effects for your app - **Stars**: ⭐ 4,295 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Pow": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Pow" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Pow": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Pow" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Pow` - **Docker**: `docker run -i --rm mcp/Pow`