
unsplash-mcp-server
by hellokaton·★ 219·Score 49
An MCP server for searching Unsplash's high-quality photo library with advanced filters.
Overview
The Unsplash MCP Server provides seamless integration with Unsplash's extensive photo library through the Model Context Protocol. It enables developers to incorporate rich, high-quality images into their applications with advanced search capabilities including keyword relevance, color schemes, orientation options, and custom sorting. The server is well-maintained with clear documentation and multiple installation methods.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need a simple, efficient way to integrate high-quality image search from Unsplash into your application or workflow.
When NOT to choose this
Avoid if you need commercial use of images beyond Unsplash's license terms, or if you require features beyond search capabilities like image editing or metadata extraction.
Tools this server exposes
1 tool extracted from the READMEsearch_photosSearch Unsplash's photo library with filters for keyword, color, orientation, and pagination
Comparable tools
Installation
Installation
**Automatic via Smithery:**
npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key YOUR_KEY**Manual Installation:**
git clone https://github.com/hellokaton/unsplash-mcp-server.git
cd unsplash-mcp-server
uv venv
uv pip install .**Claude Desktop Configuration:**
{
"mcpServers": {
"unsplash": {
"command": "uv",
"args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
"env": {
"UNSPLASH_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
}FAQ
- How do I get an Unsplash Access Key?
- Create a developer account at Unsplash, register a new application, and get your Access Key from the application details page.
- What tools are available in this MCP server?
- The primary tool is 'search_photos' which allows filtering by keywords, color schemes, orientation options, and custom pagination.
Compare unsplash-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.