Integrations
Provides tools for searching images on Pixabay, returning formatted results with image URLs and metadata, with options to filter by image type and orientation.
pixabay-mcp MCP サーバー
Pixabay画像検索用のモデルコンテキストプロトコルサーバー
これはTypeScriptベースのMCPサーバーで、Pixabay画像APIへのアクセスを提供します。以下の機能を提供することで、MCPのコアコンセプトを実証します。
- Pixabayで画像を検索するためのツール
- 画像の URL とメタデータを含むフォーマットされた結果
- APIリクエストのエラー処理
特徴
ツール
search_pixabay_images
- Pixabayで画像を検索- 必須パラメータとして検索クエリを受け取ります
- 画像の種類、向き、ページあたりの結果に関するオプションパラメータ
- URL を含むフォーマットされた画像結果リストを返します
構成
- 環境変数
PIXABAY_API_KEY
として設定された Pixabay API キーが必要です - セーフサーチはデフォルトで有効になっています
- APIの問題と無効なパラメータのエラー処理
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
- Pixabay API キーを環境変数として設定します。
- Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
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.
クエリ パラメータを使用して Pixabay 上の画像を検索し、画像の URL とメタデータを含むフォーマットされた結果を返すモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.Last updated -127815JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.Last updated -3511TypeScriptMIT License
- -securityAlicense-qualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -11MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables fetching and processing images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings with proper MIME types.Last updated -1PythonMIT License