Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Unsplash MCP Server in other clients