New:Socket for Asana Is Now Available.Learn more
Sign In

@cropgraph/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cropgraph/mcp

Garden planning MCP server. 1000 curated crops with frost-anchored planting windows, 333 companion relationships, 12 rotation families, USDA hardiness zones, and a six-type climate classifier. Ten tools, all offline.

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
124
-20%
Maintainers
1
Weekly downloads
 
Created
Source

@cropgraph/mcp

Model Context Protocol server for garden planning. Ten tools backed by the curated CropGraph datasets (1,000 crops, 333 companion relationships, 12 rotation families, USDA hardiness zones, climate types). Runs over stdio. No API key, no network.

Install / run

npx @cropgraph/mcp

The server reads MCP JSON-RPC over stdio and exits on EOF.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "cropgraph": {
      "command": "npx",
      "args": ["-y", "@cropgraph/mcp"]
    }
  }
}

Restart Claude Desktop. The ten tools will appear in the connector list.

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "cropgraph": {
      "command": "npx",
      "args": ["-y", "@cropgraph/mcp"]
    }
  }
}

Tools

ToolWhat it does
get_hardiness_zoneUSDA hardiness zone + frost dates from lat/lng or ZIP.
get_planting_planWhat to plant in a date window for a given zone (climate-aware).
get_crop_detailsFull crop calendar entry by slug, common name, or scientific name.
search_plantsSearch the 1,000-crop calendar with optional zone/category filters.
get_crops_for_zoneAll crops whose zone range includes the supplied USDA zone.
get_companionsCompanion and antagonist plants for a crop with mechanisms, evidence strength, citations.
check_companion_pairLook up a single beneficial/antagonist relationship between two crops.
plan_bed_compatibilityEvaluate 2-20 crops together: pairwise relationships + hub-antagonist warnings.
get_rotation_adviceRotation family + year-gap rule for a crop, with recommended follow-with and never-follow crops.
check_rotation_sequenceValidate a multi-year sequence: flags rotation-gap violations and never-follow warnings.

All tools are read-only and offline. Schemas describe each input field in detail so an LLM can call them without external docs.

Data sources

See @cropgraph/core for the underlying datasets and citations.

License

MIT.

Keywords

cropgraph

FAQs

Package last updated on 13 May 2026

Related posts