Agriculture MCP Server — farm management, weather, satellite, markets, IoT with example Kenyan AgTech backend
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agriculture": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-agriculture"
]
}
}
}
Run in terminal:
claude mcp add mcp-agriculture cargo run -- mcp-agriculture
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-agriculture": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-agriculture"
]
}
}
}