Unsplash
🎨 Creative
Search and discover high-quality free stock photos from Unsplash. Filter by color, orientation, and keywords for the perfect image.
Tools (1)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"unsplash": {
"command": "npx",
"args": [
"-y",
"unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "your-unsplash-access-key-here"
}
}
}
}