The Unsplash MCP Server provides seamless integration and search capabilities for Unsplash images, allowing developers to easily incorporate high-quality visuals into their applications with advanced search filters. The Unsplash MCP
English | ็ฎไฝไธญๆ
A simple MCP server for seamless Unsplash image integration and search capabilities.
The Unsplash MCP Server facilitates searching high-quality images from Unsplash, ideal for developers integrating Unsplash functionality into applications.
Automatic installation via Smithery is supported for IDEs like Cursor, Windsurf, and Cline, using npx
commands with configuration options. Manual installation involves cloning the repository, creating a virtual environment using uv venv
, and installing dependencies with uv pip install .
. Cursor editor integration requires configuring settings.json
with the server command and environment variables, including the Unsplash Access Key.
{
"tool": "search_photos",
"query": "mountain",
"per_page": 5,
"orientation": "landscape"
}
hellokaton/unsplash-mcp-server
March 18, 2025
March 28, 2025
Python