free-image-library
Provides search over Openverse's index for openly licensed images and audio, with filters, random picks, and ready-to-paste attribution on every result.
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., "@free-image-libraryFind a CC-licensed photo of a sunset for my blog header, with attribution."
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.
Free Image Library ā Free CC Images & Audio MCP š¼ļø
Free images for any project: millions of openly-licensed, royalty-free Creative Commons images and audio (Flickr, Wikimedia, museums) ā every result with ready-to-paste attribution. Zero API keys, zero configuration.
The visual sibling of the Free Music Library for the same content-creator audience: the agent finds the image AND the credit line in one call, so the attribution never gets lost between copy and paste.
Why this exists
Models suggest random stock images (license unknown, credit never written). This returns license-safe images with the credit the user MUST paste ā built into the same result.
License intelligence, not just labels: every row carries a
credit_notestating the actual obligation ā CC BY-NC rows are loudly flagged non-commercial-only before your client ships them into a paid campaign.Serendipity:
image_roulettepicks from deep in the result set, not the first hit everyone has seen.Built on Openverse ā keyless (anonymous limits: 20 requests/min, 200/day, verified; a free registered key raises them via
OPENVERSE_API_KEY). A 5-minute TTL cache makes repeat searches free.
Related MCP server: webfetch
Tools
Tool | What it does |
| Free CC image search with filters (license, aspect_ratio, size, extension) + attribution on every row |
| One random license-safe pick, honest about how it was chosen |
| Free CC music / sound effects / field recordings from Openverse's audio index |
| Updatable playbooks: CC license briefs in plain language, error recovery |
Plus prompts: hero-image, license-safe-images.
Quickstart
# 1-Line Universal Installer (auto-configures Claude Desktop, Cursor, Claude Code, VS Code, ...)
curl -fsSL "https://free-image-library.builditwithai.xyz/install" | bash
# Or run directly via your preferred runtime:
uvx free-image-library
npx -y free-image-libraryExample
User: I need a hero image for my climate blog post
find_images(query="melting glacier", aspect_ratio="wide", count=3,
intent="hero image for a climate blog post")
ā images: [{
title: "Glacier calving", creator: "ā¦", license: "CC BY 2.0",
image_url: "https://ā¦", width: 2048, height: 1152,
attribution: "\"Glacier calving\" image by ⦠(flickr), licensed CC BY 2.0 (ā¦)",
credit_note: "Credit REQUIRED ā paste the attribution verbatim." }]Telemetry & privacy
Anonymous usage telemetry (no PII, no queries, no paths) via the fleet
standard (schema v2, dual-endpoint fallback). Opt out any time:
FREE_IMAGE_LIBRARY_TELEMETRY=false or DO_NOT_TRACK=1.
Development
uv venv && uv pip install -e ".[dev]"
DO_NOT_TRACK=1 .venv/bin/python -m pytest tests/ -q # unit + live + e2eLive tests hit the real Openverse API; they skip themselves when offline or rate-limited.
License
MIT
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
- AlicenseAqualityAmaintenanceFederated, license-verified search across open-access museum collections ā currently The Met, Cleveland, AIC, Wikimedia Commons, and Europeana, with more being added. Strict-default-deny rights gate accepts only CC0 / Public Domain Mark, returning reuse-safe artwork with citations in three styles.51569MIT
- AlicenseAqualityAmaintenanceLicense-first federated image search for AI agents and humans. Exposes MCP tools for concise, attribution-aware image discovery, license probing, and guarded downloads across open, platform, and editorial sources.78843MIT
- AlicenseBqualityDmaintenanceEnables searching and retrieving images from Wikipedia Commons with detailed metadata including licenses and authors.22310MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for searching and retrieving Creative-Commons-licensed images and audio from Openverse. Enables AI agents to query open media content.6MIT
Related MCP Connectors
Openverse Creative-Commons image + audio search
Semantic search over free-to-use stock photos from 9 libraries: by words, image, or similar.
Search 14.5M Smithsonian Open Access objects, get CC0 images, find cross-collection connections.
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/surendranb/free-image-library'
If you have feedback or need assistance with the MCP directory API, please join our Discord server