mcp-flickr-public
Provides tools for accessing Flickr's public feeds, including recent uploads, user uploads, and group uploads.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-flickr-publicShow me recent public photos tagged with sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/flickr-public
Flickr public photo feeds — keyless slice of the Flickr API. Only what the feeds endpoint exposes: public recent photos, by tag, by user, by group.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
For everything else (full search, faves, comments) Flickr requires an API key — out of scope for this pack.
Tools
recent(tags?, limit?)— most recent public uploads, optionally tag-filteredby_user(user_id, limit?)— public uploads from one userby_group(group_id, limit?)— public uploads in one group
Related MCP server: mcp-rss2json
Data source
https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"flickr-public": {
"url": "https://gateway.pipeworx.io/flickr-public/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Flickr Public data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenance26 US federal data domains as 23 MCP tools. Ed25519 signed responses. Free, no API key.551MIT
- Alicense-qualityCmaintenanceConverts RSS/Atom feeds to JSON via a single tool, enabling fetch of feed data as structured JSON through MCP.MIT
- Flicense-qualityCmaintenanceRead-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.
- Alicense-qualityDmaintenanceMCP server for the FreeFeed social network API. Enables reading timelines, posts, comments, and attachments, as well as writing posts, comments, and managing subscriptions.MIT
Related MCP Connectors
StockTwits MCP (keyless public read).
Mastodon MCP — public Mastodon data via mastodon.social (no auth required)
Live Feeds (RSS/Atom) MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-flickr-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server