Integrations
Provides tools for searching images on Pixabay, returning formatted results with image URLs and metadata, with options to filter by image type and orientation.
pixabay-mcp MCP 서버
Pixabay 이미지 검색을 위한 모델 컨텍스트 프로토콜 서버
Pixabay 이미지 API에 대한 액세스를 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 제공하여 핵심 MCP 개념을 보여줍니다.
- Pixabay에서 이미지 검색 도구
- 이미지 URL 및 메타데이터가 포함된 형식화된 결과
- API 요청에 대한 오류 처리
특징
도구
search_pixabay_images
- Pixabay에서 이미지 검색- 필수 매개변수로 검색 쿼리를 사용합니다.
- 페이지당 이미지 유형, 방향 및 결과에 대한 선택적 매개변수
- URL이 포함된 이미지 결과의 형식화된 목록을 반환합니다.
구성
- Pixabay API 키를 환경 변수
PIXABAY_API_KEY
로 설정해야 합니다. - 기본적으로 안전 검색이 활성화되어 있습니다
- API 문제 및 잘못된 매개변수에 대한 오류 처리
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
- Pixabay API 키를 환경 변수로 설정하세요.
- Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Pixabay에서 쿼리 매개변수를 사용하여 이미지를 검색하고 이미지 URL과 메타데이터가 포함된 형식화된 결과를 반환하는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.Last updated -127815JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.Last updated -3511TypeScriptMIT License
- -securityAlicense-qualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -11MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables fetching and processing images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings with proper MIME types.Last updated -1PythonMIT License