unsplash-mcp
Related Servers
Alternatives to unsplash-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server for searching and retrieving photos from Unsplash with proper attribution, designed for LLMs building content pages.329MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for the Unsplash API that enables searching, downloading, and inserting high-quality images with automatic photographer attribution into local projects.14 npm1MIT
- AlicenseAqualityBmaintenanceMCP server for searching and retrieving stock images from Unsplash, Pexels, and Pixabay, with support for concurrent searches, normalized metadata, and image downloads.3MIT
- AlicenseBqualityDmaintenanceMCP server to search and download stock images from Pexels, Unsplash, and Pixabay2193 npm3MIT
- AlicenseAqualityAmaintenanceProduction-ready Model Context Protocol (MCP) server for the Unsplash API — search photos, fetch details, and stay compliant with Unsplash attribution & download-tracking guidelines. Unofficial; not affiliated with or endorsed by Unsplash.2958 npm1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the Pexels API that provides tools for searching photos and videos, retrieving curated content, and accessing featured collections. Enables natural language interaction with Pexels media search functionality.-
TDQS
Scored across 4 tools
The two search tools clearly target different entities (photos vs collections), and the two download tools are distinguished by single vs batch operation. Even though download and batch download overlap in purpose, their descriptions make the distinction explicit.
All tool names follow a consistent verb_noun pattern (search_unsplash_* and download_unsplash_*), using snake_case throughout. The naming clearly indicates both the action and the target, and the batch tool follows the same convention with a suffix.
With 4 tools, the server is well-scoped for searching and downloading Unsplash content. Each tool serves a distinct, necessary function, and the count feels appropriate for a focused media-access server.
The domain of Unsplash photo search and download is fully covered: users can search photos and collections, and download individual or multiple images. There are no obvious dead ends, as the search tools return URLs that feed directly into the download tools.