Unsplash Mcp Server Go
Description
a Swift implementation of hellokaton/unsplash-mcp-server, with additional features like get_photo and random_photo
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Unsplash MCP Server
A Model Context Protocol server that provides Unsplash photo search and retrieval capabilities. This server enables LLMs to search, retrieve, and get random photos from Unsplash's extensive collection. This is a Go implementation that offers tools like `search_photos`, `get_photo`, and `random_photo`.
 
✨ Features
- Advanced Image Search: Search Unsplash's extensive photo library with filters for:
- Keyword relevance
- Color schemes
- Orientation options
- Custom sorting and pagination
- Detailed Photo Information: Get comprehensive details about specific photos including EXIF data, location, and photographer information
- Random Photo Selection: Get random photos with flexible filtering options
- Multiple Connection Modes:
- Standard I/O mode for direct integration with LLMs
- Server-Sent Events (SSE) mode for web-based connections
Available Tools
`search_photos` - Search for photos on Unsplash
query(string, required): Search keywordpage(number, optional): Page number (1-based), default: 1per_page(number, optional): Results per page (1-30), default: 10order_by(string, optional): Sort method (relevant or latest), default: "relevant"color(string, optional): Color filter (black_and_white, black, white, yellow, orange, red, purple, magenta, green, teal, blue)orientation(string, optional): Orientation filter (landscape, portrait, squarish)
`get_photo` - Get detailed information about a specific photo
photoId(string, required): The photo ID to retrieve
`random_photo` - Get one or more random photos
count(number, optional): The number of photos to return (Default: 1; Max: 30)collections(string, optional): Public collection ID('s) to filter selection. If multiple, comma-separatedtopics(string, optional): Publ
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11