MCP.so
Sign In

BirdNet-Pi MCP Server

@DMontgomery40

About BirdNet-Pi MCP Server

Local Model Context Protocol Server with BirdNet-Pi integration

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

DMontgomery40

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers