loading…
Search for a command to run...
loading…
Fishkeeper AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Fishkeeper AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
FishKeeper.AI MCP Server - Aquarium Management AI Built by MEOK AI Labs | https://fishkeeper.ai
Water analysis, species identification, compatibility checking, disease diagnosis, stocking calculations, and feeding schedules.
| Tool | Description |
|---|---|
analyze_water_params |
Analyze aquarium water parameters and return health assessment. |
identify_fish |
Identify fish species and return detailed care requirements. |
check_compatibility |
Check if multiple fish species are compatible in the same tank. |
diagnose_disease |
Diagnose fish disease from symptoms and suggest treatments. |
calculate_stocking |
Calculate maximum fish stocking for a tank. |
get_feeding_schedule |
Generate a feeding schedule based on species mix. |
pip install meok-fishkeeper-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"fishkeeper-ai": {
"command": "python",
"args": ["-m", "meok_fishkeeper_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"fishkeeper-ai-mcp": {
"command": "npx",
"args": []
}
}
}