unsplash-mcp-server

douglarek/unsplash-mcp-server
★ 12 stars Go 🔍 Search Updated 10d ago
🔎 A MCP server for Unsplash image search.
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/douglarek/unsplash-mcp-server@latest"
      ]
    }
  }
}

Topics

mcp-gomcp-server