stash

GitHub

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "stash": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stash"
      ]
    }
  }
}