ebird-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ebird-mcp-serverFind rare birds near Central Park"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
eBird MCP Server
An MCP (Model Context Protocol) server that integrates with the eBird API to help plan bird-watching trips through Claude.
Features
Find birding hotspots by location
Get recent bird observations
Find rare bird sightings
Get species information
Plan birding trips based on target species
Related MCP server: YouTube MCP Server
Prerequisites
Node.js 18 or higher
npm package manager
Claude Desktop application
eBird API key (get one at https://ebird.org/api/keygen)
Setup Instructions
1. Clone the Repository
git clone https://github.com/yourusername/ebird-mcp.git
cd ebird-mcp2. Install Dependencies
npm install3. Build the Project
npm run build4. Get eBird API Key
Sign up at https://ebird.org/api/keygen to get your free API key.
5. Configure Claude Desktop
Find your Claude Desktop configuration file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/claude/claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"ebird-mcp": {
"command": "node",
"args": ["/absolute/path/to/ebird-mcp/build/index.js"],
"env": {
"EBIRD_API_KEY": "your-ebird-api-key-here"
}
}
}
}Important: Replace /absolute/path/to/ebird-mcp with the actual path where you cloned the repository.
6. Restart Claude Desktop
Close and reopen Claude Desktop to load the MCP server.
Available Tools
get_nearby_hotspots- Find birding hotspots near a locationget_recent_observations- Get recent bird sightings in an areaget_notable_observations- Find rare birds in an areaget_species_observations- Find specific species sightingsget_hotspot_info- Get detailed hotspot informationsearch_species- Search for species by name
Development
Run in development mode:
npm run devExample Usage in Claude
"Help me plan a birding trip near Canazei, Italy to see rare birds"
"What rare birds have been seen near Central Park, New York recently?"
"Find recent sightings of Bald Eagles near Seattle"
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.31850 npm922MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.19 npm1MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates the eBird API with Claude to query bird observation data, including recent sightings, rare bird reports, contributor statistics, hotspot locations, and taxonomy information through natural language.5MIT
- FlicenseAqualityDmaintenanceMCP server for birding trip planning with migration forecasts, hotspot analysis, and daily email briefings, integrating eBird, BirdCast, NWS, and iNaturalist data.10-