Loading...
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.
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.