Nature Vision
БесплатноНе проверенIdentifies biological species from images, returning Latin names with confidence scores.
Описание
Identifies biological species from images, returning Latin names with confidence scores.
README
# Nature Vision MCP Server
An **MCP (Model Context Protocol) server** that identifies biological species from images using the **Nature Vision API**, returning Latin names with confidence scores.
This server enables LLMs (such as Claude) to recognize species and enrich responses with biological knowledge.
## Features
- 🌿 Identify species from images (plants, animals, fungi, insects, etc.)
- 🧬 Returns **Latin scientific names** with confidence scores
- 🧠 Designed for **LLM tool usage** via Model Context Protocol (MCP)
- 🔌 Simple stdio-based MCP server
- 🚀 Easy to run with npx
- 🔐 API key via environment variables
## Supported Categories
- plant
- bug
- bird
- mammal
- reptile
- amphibian
- mollusc
- fungi
## Installation
npm install
**Configure in your MCP client:**
{
"mcp.servers": {
"nature-vision": {
"command": "npx",
"args": ["-y", "nature-vision-mcp"],
"env": {
"NATURE_VISION_API_KEY": "app-xxx"
}
}
}
}
For now, you can use token: app-dummy-token-2026, this will allow you request once per minute.
"NATURE_VISION_API_KEY": "app-dummy-token-2026"
npx nature-vision-mcp
Установка Nature Vision
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/fonkychen/nature-vision-mcpFAQ
Nature Vision MCP бесплатный?
Да, Nature Vision MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Nature Vision?
Нет, Nature Vision работает без API-ключей и переменных окружения.
Nature Vision — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Nature Vision в Claude Desktop, Claude Code или Cursor?
Открой Nature Vision на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Nature Vision with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
