# matteocrippa/awesome-swift | Model Context Protocol (MCP) Server > A collaborative list of awesome Swift libraries and resources. Feel free to contribute! - **Stars**: ⭐ 26,192 - **Language**: Ruby - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-swift": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-swift" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-swift": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-swift" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-swift` - **Docker**: `docker run -i --rm mcp/awesome-swift`