flickr mcp for Zed
io.github.mk3core/flickr-mcp
Flickr MCP server — tag photos, write descriptions, set titles, and add photos to groups using AI.
client:Zed
transport:stdio
runtime:npm
Install flickr mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flickr-mcp": {
"command": "npx",
"args": [
"-y",
"flickr-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs