cevatkerim/unsplash-mcp
Unsplash photo search with proper attribution. Returns ready-to-use attribution text and HTML for each photo, making it easy for LLMs to build content pages with properly credited images. Includes search, random photos, and download tracking.
Quick Start
Clone the repository:
git clone https://github.com/cevatkerim/unsplash-mcpClaude Desktop configuration example:
{
"mcpServers": {
"unsplash-mcp": {
"command": "npx",
"args": [
"-y",
"cevatkerim/unsplash-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.