MCP Hub
Back to servers

Unsplash

MCP (Model Context Protocol) Server. Integrates with Unsplash's image search API to enable keyword-based photo discovery with filtering by pagination, sorting, color, and orientation parameters for seamless image incorporation into projects.

Stars
11
Validated
Jan 11, 2026

Unsplash MCP Server

smithery badge

A rewrite of the Unsplash MCP Server using the mark3labs/mcp-go library.

Usage

Before building, you must install go 1.24+ first.

git clone https://github.com/douglarek/unsplash-mcp-server.git
cd unsplash-mcp-server
make build

Cursor Editor Integration

To use this server in Cursor, you can add the following to your mcp.json file:

{
  "mcpServers": {
    "unsplash": {
      "command": "<source_dir>/cmd/server/unsplash-mcp-server",
      "args": [],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<your_unsplash_access_key>"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review