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.
Server Config
{
"mcpServers": {
"plantnet": {
"command": "node",
"args": [
"src/index.js"
],
"env": {
"PLANTNET_API_KEY": "<YOUR_TOKEN>"
}
}
}
}