Odel
flickr mcp

flickr mcp

Local
@mk3coreTypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmflickr-mcpv0.2.1

Run

npx -y flickr-mcp

MCP client config

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