Back to MCP Servers

Unsplash

Unsplash photo search with proper attribution. Returns ready-to-use attribution text and HTML for each photo, making it easy for LLMs to build content pages with properly credited images. Includes search, random photos, and download tracking.

search-data-extractionllm

Installation

npx -y unsplash-mcp

Configuration

{
  "mcpServers": {
    "unsplash-mcp": {
      "command": "npx",
      "args": ["-y", "unsplash-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub