Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-fonkychen-nature-vision-mcp": {
"args": [
"-y",
"nature-vision-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An \MCP (Model Context Protocol) server\ that identifies biological species from images using the \Nature Vision API\, returning Latin names with confidence scores.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'nature-vision-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked nature-vision-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Nature Vision MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
# 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