Flickr MCP Server

Flickr MCP server — tag photos, write descriptions, set titles, and add photos to groups using AI.

Local serverstdioTypeScript

What is the Flickr MCP server?

Flickr MCP server — tag photos, write descriptions, set titles, and add photos to groups using AI. Exposed over MCP by the flickr mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

An MCP server that gives AI assistants authenticated access to your Flickr photo library. Tag photos, write descriptions, set titles, manage group memberships, and run a full automated processing workflow — all driven by AI, applied to your photos.

  • "Process all my untagged photos" — scans your whole library, tags and describes everything in one pass
  • "Tag all the photos in my Japan album"
  • "Write a description for this photo" (with a Flickr URL or photo ID)
  • "Find my car photos and add them to relevant Flickr groups"
  • "Look at my recent uploads and add relevant tags to each one"

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at flickr-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Configuration

  • Node.js 18 or later - A Flickr Pro account — Flickr requires Pro to register API applications - An MCP-compatible AI client ---

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by MK3Core; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Flickr's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • 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.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the flickr mcp server does with a few real requests.

How to install the Flickr MCP server

{
  "mcpServers": {
    "flickr": {
      "command": "npx",
      "args": ["-y", "flickr-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18 or later - A Flickr Pro account — Flickr requires Pro to register API applications - An MCP-compatible AI client ---

Frequently asked questions

It connects Flickr to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Flickr directly.