Submit

Unsplash Mcp

@cevatkerim

An MCP (Model Context Protocol) server for searching and fetching Unsplash photos with proper attribution. Built for LLM workflows that generate content pages and need compliant, ready-to-embed credits.

Tools

Server Config

{
  "mcpServers": {
    "unsplash": {
      "type": "stdio",
      "command": "/path/to/unsplash-mcp/.venv/bin/fastmcp",
      "args": [
        "run",
        "/path/to/unsplash-mcp/server.py"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "your_access_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.