Back to Apps

Unsplash MCP Server
Supports UIby hellokaton
Search and retrieve high-quality images from Unsplash directly within your AI assistant.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to the Unsplash API, allowing it to search for and provide high-resolution images based on natural language queries.
Tools
search_photos: Search for images using keywords.get_photo: Retrieve detailed information about a specific photo.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"unsplash": {
"command": "<<sourcesource_dir>/cmd/server/unsplash-mcp-server",
"args": [],
"env": {
"UNSPLASH_ACCESS_KEY": "<<youryour_unsplash_access_key>"
}
}
}
}
Supported hosts
- Cursor
- Claude Desktop
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Claude Desktop
{"mcpServers": {"unsplash": {"command": "<<sourcesource_dir>/cmd/server/unsplash-mcp-server", "args": [], "env": {"UNSPLASH_ACCESS_KEY": "<<youryour_unsplash_access_key>"}}}}



