@hanoak/unsplash-mcp-server
Related Servers
Alternatives to @hanoak/unsplash-mcp-server
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
- AlicenseAqualityCmaintenanceMCP server that enables searching and downloading Unsplash photos and collections.4MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for the Unsplash API that enables searching, downloading, and inserting high-quality images with automatic photographer attribution into local projects.15 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
- AlicenseAqualityCmaintenanceA lightweight server that enables seamless integration with Unsplash's image library, allowing developers to search for high-quality photos with various filters directly from the Cursor editor.1237MIT
- AlicenseBqualityDmaintenanceMCP server to search and download stock images from Pexels, Unsplash, and Pixabay2193 npm3MIT
TDQS
Scored across 29 tools
Each tool targets a distinct resource-action combination: photos, users, collections, topics, stats, and profile are clearly separated. Overlapping photo-listing tools like list, search, random, user, collection, and topic photos are differentiated by their scope in the descriptions. No two tools appear to perform the same function.
The unsplash_ prefix is consistent, but the action-object pattern is mixed: list_*, get_*, search_*, and create_* coexist with noun-phrase names like user_photos, photo_statistics, related_collections, total_stats, and month_stats. A uniform verb_noun format would be more predictable. Still, all names are readable and distinguishable.
With 29 tools, the server exceeds the typical well-scoped range and leans toward heavy. The count is broadly justified by the wide coverage of Unsplash's API, but agents may find the large surface area overwhelming. A smaller core set or grouped endpoints could tighten the server.
The surface covers most of the Unsplash API: full CRUD for collections, extensive photo retrieval and statistics, user/profile info, topics, and global stats. Notable gaps are missing like/unlike photo functionality and a user's liked photos, which are standard Unsplash API features. Otherwise, the server is quite complete for search, retrieval, and curation workflows.