Smart daily migration briefing agent — MCP server integrating BirdCast, eBird, NWS weather, and iNaturalist
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"
]
}
}
}
Run in terminal:
claude mcp add ebird-birding-planne npx -y minikdj/ebird-birding-planner
Add to .cursor/mcp.json:
{
"mcpServers": {
"ebird-birding-planne": {
"command": "npx",
"args": [
"-y",
"minikdj/ebird-birding-planner"
]
}
}
}