Labsco
MCP SERVER

Unsplash MCP Server

by hellokaton

Search Unsplash from the conversation with the filters that decide whether a photo actually fits — colour, orientation, ordering and page size.

Stock Media LibrariesVerified
Summary
Choosing a stock photo stops being a tab switch.

One tool with six arguments, and the arguments are the reason to install it: colour and orientation are what turn a search into a shortlist for a specific slot in a layout, while page and per_page keep the response small enough to read in a conversation. There is nothing here past search — no download, no attribution helper, no collections — so it belongs in a workflow that already knows what to do with a photo once it has one.

What it is

A single-tool server over Unsplash photo search.

What you get
  • Photo search by query, narrowed by colour and by orientation
  • Result ordering under your control through order_by rather than fixed to relevance
  • Pagination with page and per_page, so a shortlist can be walked without re-running the search
Requirements

`uv` with a Python available; search_photos and its query are the entire surface.