Servers
Unsplash MCP Server
@hellokaton
๐ A MCP server for Unsplash image search.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unsplash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@hellokaton/unsplash-mcp-server",
"--client",
"cursor",
"--key",
"7558c683-****-****"
]
}
}
}