Skip to content
Cursor

Unsplash MCP Server for Cursor

io.github.hanoak/unsplash-mcp-server

MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.

client:Cursor transport:stdio runtime:npm

Install Unsplash MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "unsplash-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Unsplash MCP Server in other clients