leo-unsplash-mcp
leo-unsplash-mcp
Unsplash 배경화면을 Leo 프로바이더 패키지로 제공하며, MCP를 통해 동작합니다.
Leo의 배경화면 생성기는 이 작업을 직접 수행하지 않습니다. 프로바이더를 확인하고 그 프로바이더에게 요청합니다. 이 서버는 그중 하나로, 허브가 재빌드할 필요 없이 런타임에 설치하는 패키지로 제공됩니다.
응답 내용
leo_mcp::providers의 wallpaper 역할:
search_photos({ queries, orientation })
-> { photos: [{ source_id, download_url, description, photographer }] }결과는 텍스트 콘텐츠 블록의 JSON으로 반환되며, 이는 허브의 브리지가 읽는 규칙입니다.
Related MCP server: Unsplash MCP Server
구성
이 프로세스에 Leo가 환경 변수로 전달합니다. 설정 키 그대로, 소문자로 전달되며, 설명자가 entitlements.settings_read에 선언하고 소유자가 동의한 키만 전달됩니다. 전체 설정 테이블은 절대 전달되지 않습니다.
env | 출처 |
| 설정 → 패키지 → Unsplash |
키는 *_api_key가 아니라 unsplash_access_key입니다. 컴파일된 패키지의 설정 키와 일치합니다.
아무것도 구성되지 않으면 도구는 설정 이름을 명시한 isError를 반환합니다. 이는 의도적인 것입니다. 빈 응답은 실제 결과로 Leo에 도달하기 때문입니다.
실행
npm install
node index.js # speaks MCP over stdio
npm test # checks the response mapping, no network needed순수 JavaScript를 사용하는 이유
이 패키지는 커밋 SHA에 고정된 git tarball로 배포되며, npm은 tarball URL에 대해 빌드 단계를 안정적으로 실행하지 않습니다. TypeScript 소스 트리는 설치된 후 다른 사람의 머신에서 시작에 실패할 수 있으며, 그런 경우 진단이 가장 어렵습니다.
레지스트리 항목은 전체 40자 커밋 SHA를 명시해야 합니다. 태그는 동일하게 구체적으로 보이지만 그렇지 않습니다. 항목이 검토된 후 이동될 수 있기 때문입니다.
라이선스
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
- AlicenseNot gradedqualityBmaintenanceProvides access to the Unsplash API, enabling AI assistants to search and retrieve high-quality photos, browse collections, view photographer profiles, and get photo statistics with advanced filtering options.135MIT
- AlicenseBqualityCmaintenanceEnables users to search for high-quality photos on Unsplash with support for advanced filtering by orientation and content safety. It provides formatted photo metadata and images in either base64-encoded format or as JSON with URLs via stdio transport.122MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, recommend, and deliver professional stock photos from Unsplash with intelligent context awareness and automatic attribution management.1560MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching and downloading photos from Unsplash via the Unsplash API, with support for pagination, orientation filtering, and multiple resolutions.1351MIT
Related MCP Connectors
Wikipedia MCP — wraps Wikipedia REST API (free, no auth)
Product Hunt MCP — wraps the Product Hunt GraphQL API v2 (api.producthunt.com)
Random User MCP — wraps randomuser.me (free, no auth)
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/TheBananaStand/leo-unsplash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server