# stashapp/stash | Model Context Protocol (MCP) Server > An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc - **Stars**: ⭐ 12,815 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "stash": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-stash" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "stash": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-stash" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-stash` - **Docker**: `docker run -i --rm mcp/stash`