MCP Catalogs
Homeunsplash-mcp-server screenshot

unsplash-mcp-server

by hellokaton·219·Score 49

An MCP server for searching Unsplash's high-quality photo library with advanced filters.

mediadeveloper-toolsai-llm
21
Forks
2
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Unsplash MCP Server provides seamless integration with Unsplash's extensive photo library through the Model Context Protocol. It enables developers to incorporate rich, high-quality images into their applications with advanced search capabilities including keyword relevance, color schemes, orientation options, and custom sorting. The server is well-maintained with clear documentation and multiple installation methods.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Content creators needing to find specific images for blog posts or social media
you:Application developers wanting to embed image search functionality
you:Designers looking for inspiration with filterable image options
you:How do I get an Unsplash Access Key?
you:What tools are available in this MCP server?

When to choose this

Choose this MCP server when you need a simple, efficient way to integrate high-quality image search from Unsplash into your application or workflow.

When NOT to choose this

Avoid if you need commercial use of images beyond Unsplash's license terms, or if you require features beyond search capabilities like image editing or metadata extraction.

Tools this server exposes

1 tool extracted from the README
  • search_photos

    Search Unsplash's photo library with filters for keyword, color, orientation, and pagination

Comparable tools

pexels-mcp-servershutterstock-mcpgetty-images-mcpstock-photo-mcp

Installation

Installation

**Automatic via Smithery:**

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key YOUR_KEY

**Manual Installation:**

git clone https://github.com/hellokaton/unsplash-mcp-server.git
cd unsplash-mcp-server
uv venv
uv pip install .

**Claude Desktop Configuration:**

{
  "mcpServers": {
    "unsplash": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
      "env": {
        "UNSPLASH_ACCESS_KEY": "YOUR_ACCESS_KEY"
      }
    }
  }
}

FAQ

How do I get an Unsplash Access Key?
Create a developer account at Unsplash, register a new application, and get your Access Key from the application details page.
What tools are available in this MCP server?
The primary tool is 'search_photos' which allows filtering by keywords, color schemes, orientation options, and custom pagination.

Compare unsplash-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.