BirdNet-Pi MCP Server
@DMontgomery40
关于 BirdNet-Pi MCP Server
Local Model Context Protocol Server with BirdNet-Pi integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论