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.
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"
}
}
}
}