eBird MCP Server
@moonbirdai
About eBird MCP Server
A Model Context Protocol (MCP) server for the eBird API, allowing Claude and other AI assistants to access bird observation data, hotspots, and taxonomy information. Easy integration with Claude Desktop.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ebird-mcp-server": {
"command": "node",
"args": [
"index.js",
"--api-key",
"YOUR_EBIRD_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is eBird MCP Server?
A Model Context Protocol (MCP) server that integrates with the eBird API, allowing AI assistants like Claude to access bird observation data, hotspots, and taxonomy information from eBird.
How to use eBird MCP Server?
Install globally via npm install -g ebird-mcp-server. Configure in Claude Desktop by adding an entry to claude_desktop_config.json with the command npx ebird-mcp-server --api-key YOUR_EBIRD_API_KEY. Optionally run the server manually with node index.js --api-key YOUR_EBIRD_API_KEY. Restart Claude Desktop after configuration.
Key features of eBird MCP Server
- Recent bird observations in a region
- Recent observations of specific bird species
- Notable bird observations in a region
- Observations and notable observations near a location
- Birding hotspots in a region or near a location
- eBird taxonomy information and taxonomy forms
- Configurable parameters (region, distance, date range, detail level)
Use cases of eBird MCP Server
- Ask an AI assistant for recent bird sightings in a specific state or country
- Find notable or rare bird observations near a given latitude/longitude
- Look up birding hotspots and their recent activity in a region
- Retrieve taxonomic details and forms for a specific bird species
FAQ from eBird MCP Server
How do I get an eBird API key?
You can request one from the eBird API Key Request page at https://ebird.org/api/keygen.
What are the prerequisites for running eBird MCP Server?
Node.js v14 or later, an eBird API key, and the server installed globally or cloned from the repository.
Can I see detailed logging or debug output?
Yes, start the server with the --debug flag: node index.js --api-key YOUR_KEY --debug.
What MCP tools does eBird MCP Server provide?
It provides tools for getting recent observations, notable observations, nearby observations, species-specific observations, hotspots, taxonomy, and taxonomy forms – all with configurable parameters.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments