Back to MCP Servers
🔌

hellokaton/unsplash-mcp-server

MITAPI key required

) 🐍 ☁️ - A MCP server for Unsplash image search.

PythonSearch

Install

npx -y -y @smithery/cli@latest

Required environment variables

UNSPLASH_ACCESS_KEYSet in your MCP config
YOUR_ACCESS_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "hellokaton-unsplash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli@latest"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>",
        "YOUR_ACCESS_KEY": "<YOUR_YOUR_ACCESS_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.