a Swift implementation of hellokaton/unsplash-mcp-server, with additional features like get_photo and random_photo
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unsplash-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/okooo5km/unsplash-mcp-server-go@latest"
]
}
}
}
Run in terminal:
claude mcp add unsplash-mcp-server- go run github.com/okooo5km/unsplash-mcp-server-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"unsplash-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/okooo5km/unsplash-mcp-server-go@latest"
]
}
}
}