home / mcp / unsplash mcp server
Provides search, retrieval, and random photo access from Unsplash via an MCP server.
Configuration
View docs{
"mcpServers": {
"okooo5km-unsplash-mcp-server-go": {
"command": "unsplash-mcp-server",
"args": [],
"env": {
"UNSPLASH_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
}Searches Unsplash for photos matching a keyword with optional filters such as page, per_page, order_by, color, and orientation.
Fetches detailed information about a specific photo by its ID, including EXIF data and photographer details.
Returns one or more random photos with optional filters like collections, topics, username, query, orientation, content_filter, and featured.