Skip to main content
Glama

Unsplash MCP Server

by hellokaton

Unsplash MCP サーバー

英語 |简体中文

シームレスな Unsplash 画像統合と検索機能を実現するシンプルな MCP サーバー。

📋 概要

Unsplash MCPサーバーは、高画質でリッチな画像の検索に使用されます。Unsplashの機能を独自のアプリケーションに統合したい開発者に最適です。

✨ 特徴

  • 高度な画像検索: Unsplash の豊富な写真ライブラリをフィルターで検索します。
    • キーワードの関連性
    • カラースキーム
    • 方向オプション
    • カスタムソートとページ区切り

🔑 Unsplashアクセスキーの取得

このサーバーをインストールする前に、Unsplash API アクセス キーを取得する必要があります。

  1. Unsplashで開発者アカウントを作成する
  2. 新しいアプリケーションを登録する
  3. アプリケーションの詳細ページからアクセスキーを取得します
  4. 以下の設定手順でこのキーを使用します

詳細については、公式の Unsplash API ドキュメントを参照してください。

🚀 インストール

Smithery経由で Claude Desktop 用の Unsplash Image Integration Server を自動的にインストールするには:

IDEセットアップ

カーソルIDE

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

ウィンドサーフィン

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client windsurf --key 7558c683-****-****

クライン

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cline --key 7558c683-****-****

手動インストール

# 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 .

カーソルエディターの統合

カーソル エディターのsettings.jsonに次の構成を追加します。

⚠️**注意:**実際のインストールに応じて次の構成を調整してください。

  • uvがシステム PATH にない場合は、絶対パス (例: /path/to/uv ) を使用します。
  • ./server.py 、サーバー スクリプトの実際の場所に修正する必要があります (絶対パスまたはワークスペースへの相対パスを使用できます)
{ "mcpServers": { "unsplash": { "command": "uv", "args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"], "env": { "UNSPLASH_ACCESS_KEY": "${YOUR_ACCESS_KEY}" } } } }

カーソル内で使用する

🛠️ 利用可能なツール

写真を検索

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

🔄その他の実装

📄 ライセンス

MITライセンス

📬 お問い合わせ

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Unsplash の画像ライブラリとのシームレスな統合を可能にする軽量サーバー。開発者はカーソル エディターから直接、さまざまなフィルターを使用して高品質の写真を検索できます。

  1. 📋 概要
    1. ✨ 特徴
      1. 🔑 Unsplashアクセスキーの取得
        1. 🚀 インストール
          1. IDEセットアップ
          2. 手動インストール
          3. カーソル内で使用する
        2. 🛠️ 利用可能なツール
          1. 写真を検索
        3. 🔄その他の実装
          1. 📄 ライセンス
            1. 📬 お問い合わせ

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                This server provides tools for uploading images and videos directly to Cloudinary using Claude/Cline, facilitating resource management with customizable options like resource type and public ID.
                Last updated 4 months ago
                1
                71
                4
                JavaScript
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                This MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.
                Last updated 6 months ago
                14
                Python
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                This server generates placeholder image URLs from various providers, supporting input validation and integration with desktop applications like Claude and Cursor.
                Last updated 5 months ago
                1
                6
                MIT License
              • -
                security
                A
                license
                -
                quality
                A search service based on multiple image APIs and icon generation capabilities, specifically designed for integration with Cursor MCP service. Supports image search, download, and AI-generated icons.
                Last updated 2 months ago
                2
                Python
                MIT License
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/hellokaton/unsplash-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server