Ebird Server
БесплатноНе проверенAn MCP server that integrates with the eBird API to help plan bird-watching trips through Claude, enabling hotspot discovery, recent observations, rare bird sig
Описание
An MCP server that integrates with the eBird API to help plan bird-watching trips through Claude, enabling hotspot discovery, recent observations, rare bird sightings, and species information retrieval.
README
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
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-mcp
2. Install Dependencies
npm install
3. Build the Project
npm run build
4. 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.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.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 dev
Example 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
Установка Ebird Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/liavs1999/ebird-mcp-serverFAQ
Ebird Server MCP бесплатный?
Да, Ebird Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ebird Server?
Нет, Ebird Server работает без API-ключей и переменных окружения.
Ebird Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ebird Server в Claude Desktop, Claude Code или Cursor?
Открой Ebird Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ebird Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
