hellokaton/unsplash-mcp-server
A MCP server for Unsplash image search.
Quick Start
Clone the repository:
git clone https://github.com/hellokaton/unsplash-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"hellokaton/unsplash-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.