BirdNet-Pi MCP Server
@DMontgomery40
About BirdNet-Pi MCP Server
Local Model Context Protocol Server with BirdNet-Pi integration
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
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments