huckleberry-mcp-worker

jcrispiniano/huckleberry-mcp-worker
★ 0 stars TypeScript API Integration Updated 1d ago
Huckleberry baby-tracking MCP server on Cloudflare Workers - TypeScript port of py-huckleberry-mcp, with four upstream bug fixes
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "huckleberry-mcp-work": {
      "command": "npx",
      "args": [
        "-y",
        "jcrispiniano/huckleberry-mcp-worker"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server for the Cloudflare Worker. This is a TypeScript port of The original is a Python stdio server that talks to Firestore through `google-cloud-firestore`, which speaks gRPC and therefore cannot run on Workers. This port reaches the same backend over the Firebase REST API using `fetch`, and

Tools (1)

delete_record