# onevcat/Kingfisher | Model Context Protocol (MCP) Server > A lightweight, pure-Swift library for downloading and caching images from the web. - **Stars**: ⭐ 24,390 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Kingfisher": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Kingfisher" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Kingfisher": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Kingfisher" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Kingfisher` - **Docker**: `docker run -i --rm mcp/Kingfisher`