Unsplash MCP Server for Windsurf
io.github.hanoak/unsplash-mcp-server
MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.
client:Windsurf
transport:stdio
runtime:npm
Install Unsplash MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs