unsplash-mcp-server-go

okooo5km/unsplash-mcp-server-go
★ 14 stars Go 📦 Other Updated 1mo ago
a Swift implementation of hellokaton/unsplash-mcp-server, with additional features like get_photo and random_photo
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unsplash-mcp-server-": {
      "command": "go",
      "args": [
        "run",
        "github.com/okooo5km/unsplash-mcp-server-go@latest"
      ]
    }
  }
}