Loading...

Unsplash MCP server provides image search capabilities, allowing users to find and integrate high-quality images into their applications via API calls.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Unsplash MCP server provides image search capabilities, allowing users to find and integrate high-quality images into their applications via API calls.
This server is generally safe for use as it primarily provides read-only access to image search functionality. The main risk is related to the exposure and management of the Unsplash API key. Ensure the API key is securely stored and not exposed in client-side code.
Performance is primarily dependent on the Unsplash API's response times and network latency. Caching mechanisms can be implemented to improve response times for frequently accessed images.
Cost is primarily associated with Unsplash API usage. Monitor API usage to avoid exceeding rate limits and incurring additional costs.
npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key 7558c683-****-****{
"mcpServers": {
"unsplash": {
"command": "uv",
"args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
"env": {
"UNSPLASH_ACCESS_KEY": "${YOUR_ACCESS_KEY}"
}
}
}
}search_photosSearches Unsplash's photo library based on provided keywords and filters.
Read-only operation; only retrieves image data.
API Key
cloud
This server is generally safe for use as it primarily provides read-only access to image search functionality. The main risk is related to the exposure and management of the Unsplash API key. Ensure the API key is securely stored and not exposed in client-side code.
The server operates in a read-only mode, limiting the scope of autonomous actions to image searching only.
Production Tip
Implement robust error handling and rate limiting to prevent service disruptions due to Unsplash API limitations.
This server allows you to search for images on Unsplash and integrate them into your applications.
Yes, you need an Unsplash developer account and an API access key.
Create a developer account at Unsplash, register a new application, and get your access key from the application details page.
You can filter by keyword relevance, color schemes, orientation, and sorting options.
The server itself is free, but you are subject to Unsplash's API usage terms and rate limits.
This server provides search functionality. You'll need to handle image downloading separately, respecting Unsplash's terms.
Your requests will be throttled, and you may need to implement retry logic or upgrade your Unsplash API plan.