Unsplash MCP Server
Rank #19,315io.github.hanoak/unsplash-mcp-server
MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.
Unsplash MCP Server is a Model Context Protocol (MCP) server published by hanoak. It ranks #19,315 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Unsplash MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 25, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 113,090 of 132,405 servers on MCP Toplist.
Use Unsplash MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add unsplash-mcp-server -e "UNSPLASH_ACCESS_KEY=<your UNSPLASH_ACCESS_KEY>" -e "UNSPLASH_APP_NAME=<your UNSPLASH_APP_NAME>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @hanoak/unsplash-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.unsplash-mcp-server]
command = "npx"
args = ["-y", "@hanoak/unsplash-mcp-server"]
[mcp_servers.unsplash-mcp-server.env]
UNSPLASH_ACCESS_KEY = "<your UNSPLASH_ACCESS_KEY>"
UNSPLASH_APP_NAME = "<your UNSPLASH_APP_NAME>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<your UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<your UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<your UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<your UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unsplash-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<your UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<your UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<your UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<your UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<your UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<your UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hanoak%2Funsplash-mcp-server)<a href="https://mcptoplist.com/server/io.github.hanoak%2Funsplash-mcp-server"><img src="https://mcptoplist.com/badge/io.github.hanoak%2Funsplash-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hanoak
Other servers by hanoak
- Pexels MCP Server#17,157 · 1 ver
- Pixabay MCP Server#28,324 · 1 ver
- sample-notes-mcp-server#36,613 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Unsplash MCP Server?
- Unsplash MCP Server is maintained by hanoak, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Unsplash MCP Server listed on the Official MCP Registry?
- Yes — Unsplash MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Unsplash MCP Server have?
- MCP Toplist tracks 1 version of Unsplash MCP Server, most recently published on Jul 25, 2026.
- Where can I find the source code for Unsplash MCP Server?
- The source code for Unsplash MCP Server is hosted at github.com/hanoak/unsplash-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.