# pointfreeco/swift-composable-architecture | Model Context Protocol (MCP) Server > A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. - **Stars**: ⭐ 14,611 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "swift-composable-architecture": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swift-composable-architecture" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "swift-composable-architecture": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swift-composable-architecture" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-swift-composable-architecture` - **Docker**: `docker run -i --rm mcp/swift-composable-architecture`