Cross-reference your BirdNET-Pi data with eBird observations using natural language
This MCP plugin allows you to analyze BirdNET-Pi/BirdWeather detections by connecting them with eBird’s extensive database.
git clone https://github.com/yourusername/mcp-server-birdstats.git
npm install
"mcp-birdstats": {
"command": "npx",
"args": ["-y", "mcp-birdstats"]
},
The plugin processes natural language queries about your bird detection data. Example queries:
This plugin strictly adheres to data integrity principles:
The core functionality is contained in a single text file under src/index.txt
which includes:
MIT
For issues and feature requests, please open an issue on the GitHub repository.
Loganalyzer Mcp
https://cursor.directory/mcp/loganalyzer-mcp-server
Mcp Google Cse
A Model Context Protocol server that provides search capabilities using a Google CSE (custom search engine).
Deepseek Thinking Claude 3.5 Sonnet Cline Mcp
🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.
MCP Documentation Management Service - A Model Context Protocol implementation for documentation management
Port's MCP Server
A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.