Unsplash MCP Server
An MCP (Model Context Protocol) server for fetching photos from [Unsplash](https://unsplash.com) with proper attribution. Designed for LLMs building...
Description
An MCP (Model Context Protocol) server for fetching photos from [Unsplash](https://unsplash.com) with **proper attribution**. Designed for LLMs building content pages that need properly credited images.
What This MCP Enables
- → **Search Photos** - Find photos by keyword with filters (color, orientation)
- → **Random Photos** - Get random photos for variety in content
- → **Download Tracking** - Compliant with Unsplash API guidelines
- → **Full Attribution** - Every photo includes ready-to-use attribution text and HTML
- → **LLM-Optimized** - Pre-formatted attribution strings for easy embedding
Installation
### Prerequisites
- Python 3.11+
- An Unsplash API access key ([Get one here](https://unsplash.com/developers))
### Quick Start
```bash
Stack & Dependencies
Use Cases
*Search Photos** - Find photos by keyword with filters (color, orientation)
Using - Python 3.11+ and - An Unsplash API access key ([Get one here](https://unsplash.com/developers))
*Random Photos** - Get random photos for variety in content
Using - Python 3.11+ and - An Unsplash API access key ([Get one here](https://unsplash.com/developers))
*Download Tracking** - Compliant with Unsplash API guidelines
Using - Python 3.11+ and - An Unsplash API access key ([Get one here](https://unsplash.com/developers))
*Full Attribution** - Every photo includes ready-to-use attribution text and HTML
Using - Python 3.11+ and - An Unsplash API access key ([Get one here](https://unsplash.com/developers))
*LLM-Optimized** - Pre-formatted attribution strings for easy embedding
Using - Python 3.11+ and - An Unsplash API access key ([Get one here](https://unsplash.com/developers))