hellokaton_unsplash_mcp_server

hellokaton_unsplash_mcp_server

by hellokaton
A MCP server for seamless integration and search of high-quality Unsplash images.

Unsplash Image Search MCP Server

Python 3.9+
License: MIT
smithery badge

A simple MCP server for seamless Unsplash image integration and search capabilities.

📋 Overview

The Unsplash MCP Server is designed to help developers integrate Unsplash's extensive photo library into their applications. It provides advanced search capabilities, making it ideal for projects that require high-quality images.

✨ Features

  • Advanced Image Search: Search Unsplash's extensive photo library with filters for:
  • Keyword relevance
  • Color schemes
  • Orientation options
  • Custom sorting and pagination

🔑 Obtaining Unsplash Access Key

Before installing this server, you'll need to obtain an Unsplash API Access Key:

  1. Create a developer account at Unsplash.
  2. Register a new application.
  3. Get your Access Key from the application details page.
  4. Use this key in the configuration steps below.

For more details, refer to the official Unsplash API documentation.

🚀 Installation

To install the Unsplash Image Integration Server for Claude Desktop automatically via Smithery:

IDE Setup

Cursor IDE

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --config "{\"unsplashAccessKey\":\"YOUR_ACCESS_KEY\"}"

Windsurf

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client windsurf --config "{\"unsplashAccessKey\":\"YOUR_ACCESS_KEY\"}"

Cline

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cline --config "{\"unsplashAccessKey\":\"YOUR_ACCESS_KEY\"}"

Manual Installation

# Clone the repository
git clone https://github.com/hellokaton/unsplash-mcp-server.git

# Navigate to project directory
cd unsplash-mcp-server

# Create virtual environment
uv venv

# Install dependencies
uv pip install .

Cursor Editor Integration

Add the following configuration to your Cursor editor's settings.json:

⚠️ Note: Please adjust the following configuration according to your actual installation:

  • If uv is not in your system PATH, use an absolute path (e.g., /path/to/uv).
  • ./server.py should be modified to the actual location of your server script (can use absolute path or path relative to workspace).

Cursor Configuration Screenshot

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

Using in Cursor

Unsplash MCP in Cursor

🛠️ Available Tools

Search Photos

{
  "tool": "search_photos",
  "query": "mountain",
  "per_page": 5,
  "orientation": "landscape"
}

🔄 Other Implementations

📄 License

MIT License

📬 Contact

About

🔎 A MCP server for Unsplash image search.

Topics

python3 mcp-server unsplash-mcp

Resources

Readme

License

MIT license

Activity

Stars

92 stars

Watchers

1 watching

Forks

10 forks

Report repository

Releases


No releases published

Languages

Features & Capabilities

Categories
mcp_server model_context_protocol python docker search api_integration unsplash

Implementation Details

Stats

0 Views
92 GitHub Stars

Repository Info

hellokaton Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300