Model Context Protocol (MCP) server exposing the Unsplash API as tools.
| Tool name | Description | Destructive? |
|---|---|---|
| search_photos | ✓ no | |
| search_collections | ✓ no | |
| search_users | ✓ no | |
| get_random_photo | ✓ no | |
| get_photo | ✓ no |
| list_photos | ✓ no | |
| track_photo_download | ✓ no | |
| get_user | ✓ no | |
| list_user_photos | ✓ no | |
| list_topics | ✓ no | |
| get_topic | ✓ no |
{
"mcpServers": {
"unsplash": {
"command": "npx",
"args": [
"-y",
"unsplash-mcp"
]
}
}
}