npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

manna-family-mcp

v1.3.0

Published

MCP server for The Manna Family AppSheet app

Readme

Manna Family — Claude AI Integration

This tool connects Claude Desktop to the Manna Family app (AppSheet), so you can manage tasks, log time, request PTO, and more — all by just talking to Claude in plain English.


What can it do?

Once set up, you can ask Claude things like:

  • "What tasks are assigned to me?"
  • "Log 90 minutes on the website project"
  • "Create a task: Update donor report, due Friday, high priority"
  • "What's my PTO balance?"
  • "Request 2 days of PTO from June 20–21"
  • "Who on the team has the most open tasks?"
  • "Show me all time logged on MBC in May"
  • "What's overdue on my plate?"
  • "Give me a summary of my week"
  • "Approve PTO request PTO12345678"

Setup (one-time, ~3 minutes)

What you need first

  1. Claude Desktop installed on your Mac → Download here
  2. Your AppSheet Access Key → Get it from:

    AppSheet → ⚙️ Settings → Integrations → Application Access Keys → Copy your key

  3. A working internet connection

Step 1 — Install Node.js (if you haven't already)

Node.js is a small program that runs the integration in the background. Download the LTS version:

👉 https://nodejs.org

Run the installer and follow the prompts. You only need to do this once ever.

To check if it's already installed: open Terminal (search "Terminal" in Spotlight) and type:

node -v

If you see a version number (like v20.x.x), you're good — skip this step.


Step 2 — Run the setup script

Download this repo as a ZIP (click the green Code button → Download ZIP) and unzip it anywhere.

Open Terminal, drag the unzipped folder into the Terminal window, then type:

bash setup.sh

Press Enter. The script will ask for your AppSheet Access Key and configure Claude Desktop automatically. That's all it does — no installing packages, no building anything.


Step 3 — Restart Claude Desktop

Quit Claude Desktop completely (right-click the Dock icon → Quit) and reopen it.

That's it! You should now see the Manna Family tools available in Claude.


Updating

Nothing to do. Updates are delivered automatically — the next time Claude Desktop launches after a new version is published, it picks it up on its own.


Troubleshooting

"I don't see the Manna Family tools in Claude" → Make sure you fully quit and relaunched Claude Desktop (not just closed the window). → Run bash setup.sh again — it's safe to re-run and will update your config.

"Authentication error" or "API key doesn't match" → Your AppSheet Access Key may have expired. Regenerate it in AppSheet → Settings → Integrations, then run bash setup.sh again with your new key.

"node: command not found" → Node.js isn't installed. Download it from https://nodejs.org (LTS version).


Security note

Your AppSheet Access Key is stored locally on your machine only in the Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json). It is never committed to git or sent anywhere except directly to AppSheet's API when Claude uses a tool.


Need help?

Contact Jair — he set this up and can troubleshoot any issues.