MCP.so
ログイン

BirdNet-Pi MCP Server

@DMontgomery40

BirdNet-Pi MCP Server について

Local Model Context Protocol Server with BirdNet-Pi integration

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

DMontgomery40

設定

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

{
  "mcpServers": {
    "mcp-local-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

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

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

概要

What is BirdNet-Pi MCP Server?

It is a Model Context Protocol (MCP) server that integrates with a local BirdNET‑Pi installation. It provides tools to query bird detection data, statistics, audio recordings, activity patterns, and reports from that installation.

How to use BirdNet-Pi MCP Server?

Install Python 3.10+ and required packages, then run the server with python server.py (stdio transport) or set MCP_TRANSPORT=http for streamable HTTP. Configure data paths via environment variables BIRDNET_DETECTIONS_FILE, BIRDNET_AUDIO_DIR, and BIRDNET_REPORT_DIR. For Claude Desktop, add an entry

コメント

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