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

@synthcorp/prism

v1.0.0-beta.0

Published

PRISM — Privacy-first multi-provider email MCP server. 109 tools, zero telemetry, AES-256 encrypted credentials.

Readme

PRISM

Your email, your rules, your agent.

A 109-tool multi-provider email MCP server for Claude Code. Zero telemetry. Privacy-first.

npm version CI Coverage License


Quick Install

# 1. Install
npm install -g @synthcorp/prism

# 2. Set up Google Cloud OAuth credentials
#    See docs/setup.md for the full walkthrough

# 3. Authenticate
prism auth

# 4. Add to Claude Code MCP config (~/.claude/.mcp.json)
{
  "mcpServers": {
    "prism": {
      "command": "prism",
      "args": []
    }
  }
}

Done. Your AI has Gmail.


109 Tools — Gmail + Outlook

Gmail-Specific (109 tools across 14 categories)

| Category | Tools | Category | Tools | |----------|-------|----------|-------| | Messages | 15 | Settings | 10 | | Threads | 9 | Labels | 7 | | Send-As | 6 | Profile | 5 | | Drafts | 5 | Delegates | 4 | | Filters | 4 | Forwarding | 4 | | Accounts | 3 | Export | 3 | | Attachments | 2 | History | 1 |

Universal Multi-Provider (109 tools)

These tools work across Gmail and Outlook through the provider abstraction layer. When loaded, they replace the equivalent Gmail-specific tools.

| Category | Tools | Category | Tools | |----------|-------|----------|-------| | Messages | 9 | Drafts | 6 | | Threads | 5 | Labels | 5 | | Filters | 4 | Attachments | 1 | | Profile | 1 | | |

Total loaded: 109 (78 Gmail-specific + 31 universal)

Universal tools work across Gmail and Outlook through the provider abstraction layer.


Privacy

PRISM never phones home. Period.

  • Zero telemetry -- no analytics, no tracking, no usage metrics
  • Encrypted credentials -- AES-256-GCM at rest, not plaintext JSON
  • Local-only -- no data leaves your machine (beyond Gmail API calls to Google)
  • Open source -- verify every line yourself

Your email stays between you and Google's API.


PRISM vs Alternatives

| | PRISM | GongRzhe | shinzo-labs | j3k0 | |---|---|---|---|---| | Tools | 109 | ~18 | ~60 | 18 | | Providers | Gmail + Outlook | Gmail | Gmail | Gmail | | Status | Active | Archived (Mar 2026) | Active | Stale (Feb 2025) | | Token Security | AES-256-GCM | Plaintext | Plaintext | Plaintext | | Telemetry | None | None | Yes (opt-out) | None | | Tests | 659 | None | Partial | None | | CI/CD | GitHub Actions | None | GitHub Actions | None | | TypeScript | Strict | Yes | Yes | Yes | | Multi-Account | Yes | No | No | Yes |

Data as of March 2026.


Multi-Account Support

PRISM supports multiple email accounts across providers. Authenticate each account with prism auth (Gmail) or configure Outlook credentials, and switch between them at runtime. All credentials are encrypted independently.


Documentation


License

Dual-licensed:

  • MIT -- Core server, all 109 tools, full functionality
  • Commercial -- Pro and enterprise features (coming soon)

See LICENSE for details.


Built by SynthCORP.