Pixabay MCP Server

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の問題と無効なパラメータのエラー処理

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

  1. Pixabay API キーを環境変数として設定します。
# On Windows set PIXABAY_API_KEY=your_api_key_here # On macOS/Linux export PIXABAY_API_KEY=your_api_key_here
  1. Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "pixabay-mcp": { "command": "/path/to/pixabay-mcp/build/index.js", "env": { "PIXABAY_API_KEY": "your_api_key_here" } } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

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.

クエリ パラメータを使用して Pixabay 上の画像を検索し、画像の URL とメタデータを含むフォーマットされた結果を返すモデル コンテキスト プロトコル サーバー。

  1. Features
    1. Tools
    2. Configuration
  2. Development
    1. Installation
      1. Debugging

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Model 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 -
      1
      278
      15
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.
      Last updated -
      35
      11
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
      Last updated -
      11
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A 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 -
      1
      Python
      MIT License
      • Linux
      • Apple

    View all related MCP servers

    ID: u4r2qldprn