ebird-birding-planner

minikdj/ebird-birding-planner
★ 0 stars JavaScript 🤖 AI/LLM Updated 5d ago
Smart daily migration briefing agent — MCP server integrating BirdCast, eBird, NWS weather, and iNaturalist
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ebird-birding-planne": {
      "command": "npx",
      "args": [
        "-y",
        "minikdj/ebird-birding-planner"
      ]
    }
  }
}