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

hadi-meetingops

v0.1.0

Published

HADI MeetingOps — Zoom meeting intelligence. Smart summaries, meeting prep, cross-meeting search, and action tracking.

Readme

MEETING | OPS by HADI

Your Zoom meetings, inside Claude Cowork.

HADI MeetingOps is a Model Context Protocol (MCP) server that brings your Zoom meetings directly into Claude Cowork — so you can ask questions, automate follow-ups, and build workflows powered by your meeting data, all from within Claude.

No switching apps. No searching through recordings. Just ask Claude.

🌐 haditechnology.com/meetingops


Works with Claude Cowork

MeetingOps is built for Claude Cowork (claude.ai). Once connected, Claude has full access to your Zoom meeting history — you can ask it anything, chain it with other tools, and automate workflows directly inside your Claude workspace.

  • "Summarize my last Zoom meeting"
  • "What action items came out of yesterday's call?"
  • "Draft a follow-up email based on my Q2 planning meeting"
  • "Search my meetings for anything we discussed about the budget"
  • "Prep me for my 2pm — what did we cover last time with this client?"

Because MeetingOps runs over MCP, Claude can combine your meeting data with any other connected tool — Notion, Asana, Slack, email, calendar — in a single conversation.


What you can do

  • Ask Claude anything — natural language access to all your Zoom meetings
  • Connect to other tools — pipe meeting data into Notion, Asana, Slack & more via Claude Cowork
  • Automate follow-ups — Claude drafts emails, tasks, and summaries automatically
  • Build custom workflows — chain meeting insights with any other MCP server in Cowork
  • Meeting prep — surface relevant past discussions before your next call

Requirements

  • Claude Cowork or Claude for Desktop
  • A Zoom account with recorded meetings
  • Node.js 18+

Setup

1. Authorize with Zoom

Visit auth.haditechnology.com/zoom/authorize in your browser and sign in with your Zoom account. You'll be shown your Zoom User ID — copy it.

2. Add to your MCP config

In Claude Cowork or Claude for Desktop, add the following MCP server configuration:

{
  "mcpServers": {
    "hadi-meetingops": {
      "command": "npx",
      "args": ["hadi-meetingops"],
      "env": {
        "ZOOM_USER_ID": "your_zoom_user_id_here",
        "ZOOM_AUTH_URL": "https://auth.haditechnology.com"
      }
    }
  }
}

3. Restart Claude

Restart Claude Cowork or Claude for Desktop. MeetingOps will appear as a connected tool and Claude will have access to your Zoom meetings.

Available tools

| Tool | Description | |------|-------------| | list_meetings | List recent meetings with transcript/summary availability | | get_transcript | Get full transcript or AI summary for a meeting | | get_summary | Get Zoom AI Companion meeting summary | | get_meeting | Get meeting details and participants | | search_meetings | Search across transcripts and summaries | | debug_status | Check auth config and environment |

Privacy

MeetingOps does not record, store, or transmit your Zoom meeting content. The only data persisted is your Zoom User ID and OAuth refresh token (stored encrypted in Cloudflare KV). All meeting data is fetched on-demand and processed within Claude's context window only.

Terms of Use · Privacy Policy

License

MIT © HADI Technology