🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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, USDA hardiness zones, and a six-type climate classifier. Eight tools, all offline.

Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
73
-36.52%
Maintainers
1
Weekly downloads
 
Created
Source

@cropgraph/mcp

Model Context Protocol server for garden planning. Eight tools backed by the curated CropGraph datasets (1,000 crops, 333 companion relationships, 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 eight 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.

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

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts