BirdNet-Pi MCP Server
@DMontgomery40
About BirdNet-Pi MCP Server
Local Model Context Protocol Server with BirdNet-Pi integration
Basic information
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
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments