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

bellink-mcp

v1.0.1

Published

Connect AI assistants to 30+ business tools — Gmail, Google Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, and more. One MCP server, every app.

Readme

bellink-mcp

Connect AI assistants to 30+ business tools through one MCP server.

Gmail, Google Calendar, Sheets, Docs, Drive, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, Slack, and more — all accessible from Claude, ChatGPT, Cursor, Perplexity, or OpenClaw.

Quick start

BELLINK_URL=your-bellink-url npx bellink-mcp
  1. Sign up at bellink.io (14-day free trial, no credit card)
  2. Connect your apps — Gmail, Mindbody, Meta, whatever you use
  3. Copy your Bellink URL from the dashboard
  4. Run it:
BELLINK_URL=https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY npx bellink-mcp

Add to your AI client

Claude Desktop / Claude Code

{
  "mcpServers": {
    "bellink": {
      "command": "npx",
      "args": ["bellink-mcp"],
      "env": {
        "BELLINK_URL": "your-bellink-url"
      }
    }
  }
}

Cursor

Settings → MCP → Add Server → paste the config above.

OpenClaw

Add to ~/.openclaw/workspace/config/mcporter.json:

{
  "mcpServers": {
    "bellink": {
      "command": "npx",
      "args": ["bellink-mcp"],
      "env": {
        "BELLINK_URL": "your-bellink-url"
      }
    }
  }
}

Direct SSE (any MCP client)

Skip the npm package entirely — just point your client to your Bellink URL:

https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY

What you can do

Once connected, your AI can:

  • Email: Read inbox, send emails, create drafts, manage labels
  • Calendar: Check schedule, create events, find meeting times
  • Sheets: Read/write data, run queries, create spreadsheets
  • Mindbody: Book clients, check attendance, pull revenue, manage staff (87 tools)
  • Meta Ads: Create campaigns, manage audiences, pull insights
  • Linear: Create issues, manage projects, track sprints
  • Airtable: Query bases, create records, manage tables
  • And 20+ more — Notion, Stripe, Slack, Drive, Docs, Analytics...

All by asking in plain English. No code. No APIs to learn.

How it works

This package is a thin MCP transport layer. Your Bellink account holds the connections to your apps. When your AI calls a tool, it goes:

AI → bellink-mcp (stdio) → Bellink server (SSE) → Your app (Gmail, Mindbody, etc.)

Your credentials are encrypted with AES-256. Bellink uses OAuth — we never see your passwords. Disconnect any app anytime.

Pricing

  • Starter: Free forever — all apps (except Mindbody), 250 requests/month
  • Personal: $29/mo — all apps including Mindbody, 1,000 requests/month
  • Business: $99/mo — all apps, 10K requests/month, 5 seats

Links