Back to directory
shariqriazz/upsplash-mcp-server

shariqriazz/upsplash-mcp-server

@shariqriazz

An MCP server for interacting with the Unsplash API to search and download photos.

unsplashimage-searchphotosapimcpserverjavascripttool

Installation & Configuration

{
  "mcpServers": {
    "unsplash-mcp-server": {
      "command": "bun",
      "args": [
        "/path/to/your/upsplash-mcp-server/build/index.js"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "YOUR_UNSPLASH_ACCESS_KEY"
      },
      "disabled": false,
      "alwaysAllow": [
        "search_photos",
        "download_photo"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15