# Unsplash Search

A simple MCP server for searching and integrating Unsplash images into your applications with advanced filtering capabilities.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hellokaton/unsplash-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list hellokaton/unsplash-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hellokaton/unsplash-mcp-server search_photos

# Call a tool
npx -y @smithery/cli@latest tool call hellokaton/unsplash-mcp-server search_photos '{}'
```

## Direct MCP Connection

Endpoint: `https://unsplash-mcp-server--hellokaton.run.tools`

**Required config:**
- `unsplashAccessKey` (query) — Your Unsplash API access key

## Tools (1)

- `search_photos` — Search for Unsplash photos

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hellokaton/unsplash-mcp-server <tool-name>
```

---

Source: https://github.com/hellokaton/unsplash-mcp-server | License: MIT
