Ouestcharlie Woof MCP Server

Woof is the photo and video gallery companion to your your AI assistant (Claude Desktop, Goose...). It complements those powerful tools with a searchable gallery. Your photos and videos remain exactly where they are - on your own drives (local or mounted).

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 6 · #44 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Ouestcharlie Woof

Claude Code

claude mcp add ouestcharlie-ouestcharlie-woof -- uvx ouestcharlie-woof

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ouestcharlie-ouestcharlie-woof": {
      "command": "uvx",
      "args": [
        "ouestcharlie-woof"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package ouestcharlie-woof - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ouestcharlie is GitHub-verified and matches the repo owner

03 · What Ouestcharlie Woof can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.14.5 · 2026-08-16

Install · Install is described in the Woof README, two main alternatives: · For Claude Desktop with the ouestcharlie-woof-0.14.3.mcpb package here below · Otherwise, adding the "uv run woof" as explained in the README…

v0.13.1 · 2026-07-25

Improvements related to the CoWork compatibility: · Instantiate Woof as an HTTP server, MCP Streamable HTTP transport · Coerce dict and list parameters in MCP calls to support stringified JSON · Fallbacks to EXIF…

v0.12.0 · 2026-06-16

The scope of version 1.0 is now complete · The following changes were completed since v0.7.0: · Now indexing the description as searchable text, and also many camera settings(ISO speed, aperture, exposure time, focal…

04 · Who maintains Ouestcharlie Woof

ouestcharlie-woof is maintained by ouestcharlie. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
database - ranked #44 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-16)
registry
io.github.ouestcharlie/ouestcharlie-woof (active, first published 2026-07-27)
packages
pypi:ouestcharlie-woof

06 · Ouestcharlie Woof FAQ

What is Ouestcharlie Woof?

Woof is the photo and video gallery companion to your your AI assistant (Claude Desktop, Goose...). It complements those powerful tools with a searchable gallery. Your photos and videos remain exactly where they are - on your own drives (local or mounted).

Is Ouestcharlie Woof still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Ouestcharlie Woof?

Run `uvx ouestcharlie-woof`. You can also paste the ready-made client config above.

Does Ouestcharlie Woof run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ouestcharlie Woof