Plantnet Mcp
@OrHavraPerry
关于 Plantnet Mcp
Identify plants from photos using the Pl@ntNet API. Returns ranked species matches with confidence scores, scientific/common names, and taxonomic data. 3 tools: identify_plant, list_projects, check_quota.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"plantnet": {
"command": "node",
"args": [
"src/index.js"
],
"env": {
"PLANTNET_API_KEY": "<YOUR_TOKEN>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Plantnet Mcp?
Plantnet Mcp is an MCP server that connects Claude to the Pl@ntNet plant identification API, enabling plant species identification from photos. It is designed for developers and botanists who want to integrate plant identification into Claude-powered workflows.
How to use Plantnet Mcp?
Install by cloning the repository and running npm install && npm run build. Then add the server to your Claude Desktop configuration with a free Pl@ntNet API key obtained from my.plantnet.org. Tools are invoked via Claude's chat interface.
Key features of Plantnet Mcp
- Identify plants by submitting 1–5 photo URLs
- Returns ranked species with confidence scores
- Provides scientific/common names and taxonomic data
- Lists regional flora databases for location-specific identification
- Checks daily API usage (free tier: 500 identifications/day)
Use cases of Plantnet Mcp
- Identify an unknown plant from photos during a nature walk
- Integrate plant identification into a gardening or landscaping chatbot
- Automate species verification for botanical research data entry
- Provide instant common and scientific names for educational apps
FAQ from Plantnet Mcp
What is the free tier API limit?
The free tier allows 500 identifications per day.
What are the system requirements?
Node.js v18 or later is required.
How do I get an API key?
Sign up for a free account at my.plantnet.org to obtain an API key.
Does the server store any plant photos?
No. Plant photos are submitted as URLs and processed by the Pl@ntNet API; the server does not store them.
Which transports or authentication methods are supported?
The server uses standard MCP transport via the Claude Desktop configuration, requiring only the API key in the environment variables.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论