Skip to main content
Glama
TheBananaStand

leo-unsplash-mcp

leo-unsplash-mcp

Unsplash の壁紙を Leo プロバイダーパッケージ として、MCP 経由で提供します。

Leo の壁紙ジェネレーターはこれを直接行いません。プロバイダーを解決して、そのプロバイダーに要求します。このサーバーはその1つであり、hub が実行時にインストールするパッケージとして到達可能です。再ビルドする必要はありません。

応答するもの

leo_mcp::providerswallpaper ロール:

search_photos({ queries, orientation })
  -> { photos: [{ source_id, download_url, description, photographer }] }

結果はテキストコンテンツブロック内の JSON として返されます。これは hub のブリッジが読み取る規約です。

Related MCP server: Unsplash MCP Server

設定

Leo からこのプロセスに環境変数として渡されます。設定キーの下に、そのまま、小文字で — ディスクリプタが entitlements.settings_read で宣言し、所有者が同意したキーのみで、設定テーブル全体ではありません。

env

取得元

unsplash_access_key

設定 → パッケージ → Unsplash

キーは unsplash_access_key であり、*_api_key ではないことに注意してください。コンパイル済みパッケージの設定キーと一致します。

何も設定されていない場合、ツールは設定を指定した isError を返します。これは意図的です。空の回答は Leo に実際の結果として届くためです。

実行方法

npm install
node index.js   # speaks MCP over stdio
npm test        # checks the response mapping, no network needed

なぜ素の JavaScript なのか

これはコミット SHA に固定された git tarball として配布され、npm は tarball URL のビルドステップを確実に実行しません。TypeScript のソースツリーはインストールされた後、他の誰かのマシンで起動に失敗します。そこでの診断が最も困難です。

レジストリエントリは 完全な40文字のコミット SHA を指定する必要があります。タグは同等に具体的に見えますが、そうではありません。エントリがレビューされた後に移動される可能性があるためです。

ライセンス

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides access to the Unsplash API, enabling AI assistants to search and retrieve high-quality photos, browse collections, view photographer profiles, and get photo statistics with advanced filtering options.
    135
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables users to search for high-quality photos on Unsplash with support for advanced filtering by orientation and content safety. It provides formatted photo metadata and images in either base64-encoded format or as JSON with URLs via stdio transport.
    1
    22
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and downloading photos from Unsplash via the Unsplash API, with support for pagination, orientation filtering, and multiple resolutions.
    135
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Wikipedia MCP — wraps Wikipedia REST API (free, no auth)

  • Product Hunt MCP — wraps the Product Hunt GraphQL API v2 (api.producthunt.com)

  • Random User MCP — wraps randomuser.me (free, no auth)

View all MCP Connectors

Latest Blog Posts

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/TheBananaStand/leo-unsplash-mcp'

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