general MCP Server
🔎 A MCP server for Unsplash image search.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key 7558c683-****-****
2. Add to claude_desktop_config.json
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"unsplash-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)