Ouestcharlie Woof MCP Server

Woof is a media management system that keeps your photos exactly where they are — on your own drives — while giving you a beautiful, searchable

Local serverstdioPython

What is the Ouestcharlie Woof MCP server?

Woof is a media management system that keeps your photos exactly where they are — on your own drives — while giving you a beautiful, searchable gallery powered by your AI assistant (Claude Desktop, Goose...). That is what the ouestcharlie woof mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

Getting it running

args on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • macOS — brew install inih brotli gettext (required by pyexiv2 at runtime)
  • Retention — All data remains under your full control. Deleting the XMP sidecars and .ouestcharlie/ folders from your photo library completely removes all Woof
  • Feature — Status
  • Prerequisites — Python packages of OuEstCharlie Woof are managed by uv and the command uvx. uv might be

What it needs from you

Python packages of OuEstCharlie Woof are managed by uv and the command uvx. uv might be already available on your system. System prerequisites (all install options): - macOS: brew install inih brotli gettext (required by pyexiv2 at runtime) - Linux/Windows: no extra steps

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ouestcharlie Woof's toolset — macOS, Retention, Feature and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ouestcharlie; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
macOSbrew install inih brotli gettext (required by pyexiv2 at runtime)
RetentionAll data remains under your full control. Deleting the XMP sidecars and .ouestcharlie/ folders from your photo library completely removes all Woof metadata.
FeatureStatus
PrerequisitesPython packages of OuEstCharlie Woof are managed by [uv](https://docs.astral.sh/uv/getting-started/installation/) and the command uvx. uv might be already available on your system.

How to install the Ouestcharlie Woof MCP server

{
  "mcpServers": {
    "woof": {
      "command": "uvx",
      "args": ["--python", "3.13", "--from", "ouestcharlie-woof", "woof-bridge"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Python packages of OuEstCharlie Woof are managed by uv and the command uvx. uv might be already available on your system. System prerequisites (all install options): - macOS: brew install inih brotli gettext (required by pyexiv2 at runtime) - Linux/Windows: no extra steps

Example prompts to try

  • Use Ouestcharlie Woof to macOS.
  • Use Ouestcharlie Woof to Retention.
  • Use Ouestcharlie Woof to Feature.

Frequently asked questions

It connects Ouestcharlie Woof to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (macOS, Retention, Feature, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ouestcharlie Woof directly.