unsplash-mcp-server
A simple MCP server for seamless Unsplash image integration and search capabilities.
Unsplash MCP Server is used for searching rich, high-quality images. It's ideal for developers who want to integrate Unsplash functionality into their own applications. The server provides advanced image search features, allowing users to filter results by keyword relevance, color schemes, orientation options, and custom sorting and pagination.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unsplash-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions