Back to directory
douglarek/unsplash-mcp-server

douglarek/unsplash-mcp-server

@douglarek

🔎 A MCP server for Unsplash image search.

unsplashimage-searchphotosapimcpservergotool

Installation & Configuration

{
  "mcpServers": {
    "unsplash": {
      "command": "go",
      "args": [
        "run",
        "./cmd/server"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<your_unsplash_access_key>"
      }
    }
  }
}

Information

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