Huckleberry Mcp
@KenLSM
关于 Huckleberry Mcp
Huckleberry MCP server for Claude, Cursor, and other AI assistants. Query and log baby sleep, feeds, diapers, growth, pumping, and solids.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"huckleberry": {
"command": "npx",
"args": [
"node-huckleberry-mcp"
],
"env": {
"HUCKLEBERRY_EMAIL": "[email protected]",
"HUCKLEBERRY_PASSWORD": "your-password",
"HUCKLEBERRY_TIMEZONE": "America/New_York"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Huckleberry Mcp?
Huckleberry Mcp is an unofficial MCP (Model Context Protocol) server that integrates with the Huckleberry baby tracker. It allows AI assistants like Claude Desktop, Cursor, and VS Code to query and log baby sleep, feeds, diapers, pumping, solids, potty, and growth records.
How to use Huckleberry Mcp?
Install globally via npm install -g node-huckleberry-mcp or run directly with npx node-huckleberry-mcp. Configure credentials through environment variables (HUCKLEBERRY_EMAIL, HUCKLEBERRY_PASSWORD, HUCKLEBERRY_TIMEZONE) or a .env file. For Claude Desktop, add the server entry to claude_desktop_config.json with the command and environment variables.
Key features of Huckleberry Mcp
- Query and log sleep, feeding, and diaper records
- Manage growth measurements and solids/custom foods
- 24 MCP tools across 6 categories
- Supports nursing, bottle, solids, and pumping
- Edit existing entries via
edit_*tools - MCP prompts for daily summaries and event logging
Use cases of Huckleberry Mcp
- Ask an AI assistant for the latest sleep or feeding history of your child
- Log a diaper change or nursing session with specific details via natural language
- Retrieve growth measurements and compare trends over time
- Manage custom foods and list curated food databases
- Integrate baby tracking data into automated routines or daily reports
FAQ from Huckleberry Mcp
What tools does Huckleberry Mcp expose?
It exposes 24 tools across child management, sleep, feeding, diaper, growth, and solids‑custom foods categories. See the full table in the README.
What are the runtime requirements?
Node.js 18+ and npm 9+ are required. The server is tested on Node 24.
How do I configure Huckleberry Mcp?
Set environment variables HUCKLEBERRY_EMAIL, HUCKLEBERRY_PASSWORD, and HUCKLEBERRY_TIMEZONE. You can also copy .env.example to .env and edit it.
Can I write data to Huckleberry?
Yes, the log_* tools (e.g., log_sleep, log_bottle, log_diaper) insert new records. Active‑session timers (like start_sleep) are not implemented; only completed events can be logged.
Is this an official Huckleberry product?
No, it is an unofficial MCP server. It is a Node.js port of two MIT‑licensed projects (py-huckleberry-api and py-huckleberry-mcp).
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论