iCrop MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iCrop MCP ServerWhat crops are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iCrop MCP Server
Connect your iCrop account to Claude Desktop. Ask questions about your farms, crops, and fields - Claude will fetch the data automatically.
Setup
Step 1: Get Docker
Download and install Docker Desktop. Make sure it's running.
Step 2: Build the Docker Image
# In the project folder, build the image
docker build -t icrop-mcp-server:latest .Step 3: Configure Claude Desktop
Find your Claude Desktop config file:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add this to the file (replace with your iCrop credentials):
{
"mcpServers": {
"icrop-mcp-server": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"--env", "ICROP_USERNAME=your_email@example.com",
"--env", "ICROP_PASSWORD=your_password",
"--env", "TRANSPORT=stdio",
"icrop-mcp-server:latest"
]
}
}
}Step 4: Restart Claude Desktop
Quit and restart Claude Desktop. You should see the MCP icon in your chats.
Related MCP server: Plantos MCP Server
Available Tools
The server provides 9 tools:
Farm Management:
icrop_list_farms- List farms with filtering options (year, hidden fields, etc.)icrop_list_all_farms- Get all farms without filters
Crop Management:
icrop_list_crops- Get all available crop typesicrop_get_crop_details- Get detailed crop information including varietiesicrop_get_crop_varieties- Get varieties for a specific crop
Field Management:
icrop_list_crop_fields- List all crop fields
Data Lists:
icrop_get_soil_types- Get available soil typesicrop_get_cultivation_types- Get cultivation methods (soil, hydroponic, etc.)icrop_get_coverage- Get coverage options (open, covered)
Usage Examples
Ask Claude:
"Show me all my farms for 2025"
"What crops are available?"
"List potato varieties"
"Show my crop fields"
"What soil types can I use?"
Project Structure
src/
├── icrop_mcp_server.py # Main MCP server
└── schemas.py # Data validationThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables plain English queries about US agricultural data, including historical crop statistics from NASS QuickStats and current cash grain prices from AMS Market News.

Plantos MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI assistants to analyze farm locations, retrieve soil and weather data, access commodity market prices, and chat with an agricultural advisor for farming recommendations.MIT- FlicenseNot gradedqualityDmaintenanceEnables access to USDA NASS agricultural statistics data through natural language queries, supporting full dataset retrieval, record counts, and parameter discovery.4
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access free, open agronomic data for field briefings, spray windows, water balance, pest pressure, and more, using only public data sources without API keys.1MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jambathor/mcp-server-icrop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server