# Molunerfinn/PicGo | Model Context Protocol (MCP) Server > :rocket: The Ultimate Image Uploader for Efficient Creators. Supports Obsidian, Typora, VS Code etc. and 60+ image hosting services (S3, GitHub, Cloudflare R2, Imgur, Aliyun OSS...). Paste, upload, done. - **Stars**: ⭐ 26,931 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PicGo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PicGo" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PicGo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PicGo" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PicGo` - **Docker**: `docker run -i --rm mcp/PicGo`