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

gogcli-mcp-gmail

v2.0.9

Published

Extended Gmail MCP server via gogcli — auth + full Gmail support (threads, labels, drafts, attachments, forward, autoreply, bulk operations)

Readme

gogcli-mcp-gmail

[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.

Extended Gmail MCP server via gogcli. Includes auth tools plus 23 additional dedicated Gmail tools for threads, labels, drafts, attachments, forwarding, autoreply, and bulk operations.

Requirements

  • gogcli installed and authenticated
  • Node.js 18+
brew install gogcli
gog auth add [email protected] --services gmail

Installation

npm install -g gogcli-mcp-gmail

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "gogcli-gmail": {
      "command": "gogcli-mcp-gmail",
      "env": {
        "GOG_ACCOUNT": "[email protected]"
      }
    }
  }
}

Claude Code

claude mcp add gogcli-gmail -- gogcli-mcp-gmail

Extra Gmail Tools (23)

Plus 5 auth tools and 4 base Gmail tools (search, get, send, run).

Read

| Tool | Description | |------|-------------| | gog_gmail_raw | Dump the raw Gmail API JSON for a message (lossless, for scripting) | | gog_gmail_attachment | Download a single attachment from a message | | gog_gmail_url | Print Gmail web URLs for one or more threads | | gog_gmail_history | List Gmail history events since a given historyId |

Threads

| Tool | Description | |------|-------------| | gog_gmail_thread_get | Get a thread with all messages, optionally with sanitized content and attachments | | gog_gmail_thread_modify | Modify labels on all messages in a thread | | gog_gmail_thread_attachments | List or download all attachments in a thread |

Labels

| Tool | Description | |------|-------------| | gog_gmail_labels_list | List all labels | | gog_gmail_labels_get | Get label details and counts | | gog_gmail_labels_create | Create a new label | | gog_gmail_labels_rename | Rename a label | | gog_gmail_labels_delete | Delete a label | | gog_gmail_labels_modify | Modify labels on one or more threads |

Bulk Operations

| Tool | Description | |------|-------------| | gog_gmail_archive | Archive messages by ID or by query | | gog_gmail_mark_read | Mark messages as read by ID or by query | | gog_gmail_mark_unread | Mark messages as unread by ID or by query | | gog_gmail_trash | Move messages to trash by ID or by query | | gog_gmail_message_modify | Modify labels on a single message | | gog_gmail_batch_delete | Permanently delete multiple messages (irreversible) | | gog_gmail_batch_modify | Modify labels on multiple messages at once |

Drafts

| Tool | Description | |------|-------------| | gog_gmail_drafts_list | List drafts | | gog_gmail_drafts_get | Get a draft by ID | | gog_gmail_drafts_create | Create a new draft | | gog_gmail_drafts_update | Update an existing draft | | gog_gmail_drafts_delete | Delete a draft | | gog_gmail_drafts_send | Send an existing draft |

Write

| Tool | Description | |------|-------------| | gog_gmail_forward | Forward a message to new recipients (with optional note) | | gog_gmail_autoreply | Reply once to all messages matching a query (with dedupe label) |

Track and admin settings (track, settings filters, delegates, forwarding, sendas, vacation, watch) are available via the base gog_gmail_run escape hatch.

License

MIT