Loading MCP server directory, please wait...
Search iNaturalist sightings, identification threads, phenology, and look-alike species.
npx @getmcp/cli add io.github.cyanheads/inaturalist-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/inaturalist-mcp-server": {
"command": "node",
"args": [
"@cyanheads/inaturalist-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"INATURALIST_USER_AGENT": "",
"INATURALIST_MIN_REQUEST_INTERVAL_MS": "1100",
"INATURALIST_MAX_CONCURRENT_REQUESTS": "4",
"INATURALIST_DAILY_REQUEST_BUDGET": "9000"
}
}
}
}