MCP.so
ログイン

Unsplash MCP Server

@hellokaton

Unsplash MCP Server について

🔎 A MCP server for Unsplash image search.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

hellokaton

投稿者

katon

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "unsplash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@hellokaton/unsplash-mcp-server",
        "--client",
        "cursor",
        "--key",
        "7558c683-****-****"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Unsplash MCP Server?

Unsplash MCP Server is a simple MCP server for seamless Unsplash image integration and search capabilities. It is used for searching rich, high-quality images and is ideal for developers who want to integrate Unsplash functionality into their own applications.

How to use Unsplash MCP Server?

Obtain an Unsplash Access Key from the Unsplash Developer portal. Install the server via Smithery or manually using git clone, uv venv, and uv pip install. Configure the MCP client (e.g., Cursor IDE) with the command uv run --with fastmcp fastmcp run ./server.py and set the UNSPLASH_ACCESS_KEY environment variable. Use the search_photos tool with parameters like query, `

コメント

「その他」の他のコンテンツ