Unsplash MCP
Searches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Unsplash MCP is a straightforward image search tool from a solo developer (hellokaton) with limited GitHub presence. The server itself is low-risk: it makes read-only API calls to Unsplash and returns photo URLs. Permissions are well-scoped to network outbound and reading the Unsplash API key from environment variables. The main safety concern is supply chain: there's no published package, requiring users to clone the repository and run a local pip install, which bypasses standard package registry vetting. The codebase appears simple and the functionality is narrow, but the maintainer has minimal public activity and no established track record. Transparency is adequate with open source code visible on GitHub, though documentation is thin. No known security incidents. Suitable for non-sensitive prototyping work where you control the installation environment, but the manual install process and unknown maintainer warrant caution.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEImage alt text is user-supplied. Outbound on download.
Green flags
- Read-only API calls with no write or execution capabilities
- Narrow, well-defined scope limited to Unsplash image search
- Open source code available for inspection on GitHub
- No known security incidents or malicious behaviour
Red flags
- Solo maintainer with minimal GitHub activity and unknown track record
- No package registry distribution, requires clone-and-install from source
- Thin documentation and no visible issue tracker activity
- Requires API key in environment without key rotation guidance
Permissions requested
Install
uv pip install .
UNSPLASH_ACCESS_KEYReview
Install this if you regularly need stock photos and you're already working in Claude Desktop. It's a time-saver for prototyping and content work, not a replacement for proper asset management. Skip it if you rarely touch images or if your workflow already includes a dedicated stock photo tool.
Good at
- Filters for orientation and colour are enough to get usable results without faffing about.
- Unsplash's library quality is consistently high, so you're not sifting through stock photo clichés.
- Faster than switching to a browser when you just need a placeholder or mood board image.
- Free tier API quota is generous for solo developers and small projects.
Watch out
- Requires an Unsplash developer account and API key, which adds setup friction.
- No result caching means repeated searches eat into your hourly request limit.
- Limited to Unsplash's library, so if you need niche or brand-specific imagery, you're out of luck.
- Not suitable for production asset management or teams with strict brand guidelines.
Use cases
- hero image sourcing
- blog post illustration
- mood board creation
- pitch deck assets
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.
- FetchA simple HTTP fetch tool for Claude - read any public URL and get the cleaned text back. The no-frills alternative to Puppeteer for static pages.