loading…
Search for a command to run...
loading…
An MCP server for gardeners providing plant identification, climate-adjusted watering schedules, soil analysis, companion planting compatibility, and pest diagn
An MCP server for gardeners providing plant identification, climate-adjusted watering schedules, soil analysis, companion planting compatibility, and pest diagnosis with organic treatment plans.
Horticulture Intelligence
Built by MEOK AI Labs
An MCP server for gardeners and horticulturists. Identify plants, generate watering schedules adjusted for climate and season, analyze soil conditions, check companion planting compatibility, and diagnose pests with organic treatment plans.
| Tool | Description |
|---|---|
identify_plant |
Identify plants from characteristics and get full care profiles |
generate_watering_schedule |
Climate and season-adjusted watering schedules |
analyze_soil |
Soil analysis with amendment recommendations and plant compatibility |
companion_planting |
Check companion planting compatibility for plant groups |
diagnose_pest |
Diagnose garden pests from symptoms with organic and chemical treatments |
pip install gardening-ai-mcp
{
"mcpServers": {
"gardening-ai": {
"command": "python",
"args": ["-m", "server"],
"cwd": "/path/to/gardening-ai-mcp"
}
}
}
python server.py
| Tier | Requests/Hour |
|---|---|
| Free | 60 |
| Pro | 5,000 |
MIT - see LICENSE
Part of the MEOK AI Labs MCP Marketplace
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"gardening-ai-mcp-server": {
"command": "npx",
"args": []
}
}
}