Back to MCP Servers
Unsplash
A MCP server for Unsplash image search.
search-data-extraction
By hellokaton
Installation
npx -y unsplash-mcp-serverConfiguration
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": ["-y", "unsplash-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes