Plantnet Mcp

Created By
OrHavraPerry3 months ago
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.
Overview

plantnet-mcp is an MCP server that connects Claude to the Pl@ntNet plant identification API. Tools:

identify_plant — Submit 1–5 plant photos by URL. Returns ranked species matches with confidence scores, scientific/common names, and taxonomic data (genus, family, GBIF/POWO IDs). list_projects — List available regional flora databases for location-specific identification. check_quota — Check daily API usage (free tier: 500 identifications/day).

Requirements:

Node.js v18+ Free Pl@ntNet API key from my.plantnet.org

Setup: Clone the repo, run npm install && npm run build, then add to your Claude Desktop config with your API key.

Server Config

{
  "mcpServers": {
    "plantnet": {
      "command": "node",
      "args": [
        "src/index.js"
      ],
      "env": {
        "PLANTNET_API_KEY": "<YOUR_TOKEN>"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
OrHavraPerry
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Gpt Scrambler

2 days ago