โ† Back to browse

leafengines

Indexed by io.github.QWarranto

About

๐ŸŒฑ Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source โ€” it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLEAFENGINES_API_KEY
Claude Code
claude mcp add --env LEAFENGINES_API_KEY= leafengines -- npx @ancientwhispers54/leafengines-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below โ€” Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"leafengines","command":"npx","args":["@ancientwhispers54/leafengines-mcp-server"],"env":{"LEAFENGINES_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "leafengines": {
      "command": "npx",
      "args": [
        "@ancientwhispers54/leafengines-mcp-server"
      ],
      "env": {
        "LEAFENGINES_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only โ€” fill in your own values. Entries never carry secrets.