Skip to main content
Glama
surendranb

free-image-library

by surendranb

Free Image Library — Free CC Images & Audio MCP 🖼️

CI License: MIT PyPI

어떤 프로젝트에도 사용할 수 있는 무료 이미지: 수백만 개의 공개 라이선스, 로열티 없는 Creative Commons 이미지 및 오디오(Flickr, Wikimedia, 박물관) — 모든 결과에 바로 붙여 넣을 수 있는 출처 표시가 포함됩니다. API 키도, 환경도 필요 없습니다.

Free Music Library의 시각적 형제 프로젝트로, 동일한 콘텐츠 창작자 계층을 대상으로 합니다. 에이전트가 이미지와 출처 줄을 한 번의 호출로 찾아내므로, 복사하여 붙여 넣는 과정 사이에서 출처 정보가 사라지는 일이 없습니다.

왜 필요한가

  • 모델은 라이선스가 불분명하고 출처도 적히지 않는 임의의 스톡 이미지를 제안합니다. 이 도구는 사용자가 반드시 붙여 넣어야 하는 출처가 같은 결과에 포함된 라이선스 안전 이미지를 반환합니다.

  • 단순 라벨이 아닌 라이선스 지능: 모든 행에는 실제 의무사항을 명시하는 credit_note가 담겨 있습니다. CC BY-NC 행은 유료 캠페인에 넣기 전에 비상업용 전용임을 명확하게 경고해 줍니다.

  • 우연한 발견: image_roulette는 모두가 본 첫 번째 결과가 아니라 결과 집합의 깊은 곳에서 선택합니다.

  • Openverse 기반 — 키 불필요(익명 한도: 분당 20건, 일 200건, 검증됨; 무료 등록 키는 OPENVERSE_API_KEY로 상향 가능). 5분 TTL 캐시로 반복 검색도 무료입니다.

Related MCP server: webfetch

도구

도구

기능

find_images

라이선스, aspect_ratio, 크기, 확장자로 검색하는 무료 CC 이미지 검색 + 모든 행에 출처 표시

image_roulette

라이선스 안전 무작위 1개 선택, 선택 과정을 정직하게 안내

find_audio

Openverse 오디오 인덱스에서 무료 CC 음악 / 효과음 / 현장 녹음 검색

skills_list / skill_read

업데이트 가능한 플레이북: CC 라이선스 요약(일상 언어), 오류 복구

추가 프롬프트: hero-image, license-safe-images.

빠른 시작

# 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-library

예시

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." }]

텔레미터리 및 개인정보 보호

익명 사용 원격 측정(PII 없음, 쿼리 없음, 경로 없음)이 번들 표준(schema v2, 이중 엔드포인트 폴백)을 통해 이루어집니다. 언제든 원하지 않으면 다음으로 비활성화할 수 있습니다: FREE_IMAGE_LIBRARY_TELEMETRY=false 또는 DO_NOT_TRACK=1.

개발

uv venv && uv pip install -e ".[dev]"
DO_NOT_TRACK=1 .venv/bin/python -m pytest tests/ -q   # unit + live + e2e

실제 테스트는 실제 Openverse API를 호출하며, 오프라인이거나 속도 제한이나 걸리면 자동으로 생략됩니다.

라이선스

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Federated, 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.
    5
    156
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    License-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.
    7
    884
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables searching and retrieving images from Wikipedia Commons with detailed metadata including licenses and authors.
    2
    23
    10
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for searching and retrieving Creative-Commons-licensed images and audio from Openverse. Enables AI agents to query open media content.
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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