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

@aioproductoscom/mcp

v0.15.5

Published

AIOProductOS MCP — manage the board, read your product brain + analytics, and run the support inbox from Claude Code, Cursor, Codex, and any MCP host.

Readme

AIOProductOS MCP · server

One MCP for your whole product. Manage the board, read your product brain + analytics, and run the support inbox from your AI host — Claude Code, Cursor, Codex, or any MCP client — all reasoning on your own model subscription (BYOK; AIOProductOS never charges for the agent's compute). Thin and secret-free: the only credential is your personal access token, which you paste into your host's config.

1. Get a token

In AIOProductOSSettings → Tokens & AgentsGenerate token. Copy it (shown once) — it looks like pat_live_…. The token acts as you, with your access.

2. Connect

Claude Code

claude mcp add productos -e PRODUCTOS_TOKEN=pat_live_… -- npx -y @aioproductoscom/mcp

Cursor / Codex — .mcp.json

{
  "mcpServers": {
    "productos": {
      "command": "npx",
      "args": ["-y", "@aioproductoscom/mcp"],
      "env": { "PRODUCTOS_TOKEN": "pat_live_…" }
    }
  }
}

PRODUCTOS_URL defaults to https://platform.aioproductos.com; set it to point at a self-hosted platform.

Prefer no local install? Use the hosted remote

AIOProductOS is also a hosted remote MCP (OAuth 2.1 sign-in, no token pasting, 38 tools) — add the custom connector URL https://platform.aioproductos.com/api/mcp in Claude.ai, Claude Code, or any remote-capable MCP host. Listed on the official MCP Registry as com.aioproductos/mcp and verified on Glama.

Tools

| Tool | What it does | |---|---| | whoami | the connected org + member | | pm_meta | lists / statuses / members / features (resolve names → ids) | | list_tasks | list tasks (filter by status_id, list_id) | | get_task | one task + comments + assignees | | create_task | new task; feature_id / insight_id link it to the spine | | update_task | change status, priority, fields, assignees | | comment_on_task | add a comment | | get_product_brain | a grounded read-only snapshot of your product (revenue, accounts, web + product analytics, features, signals, open work) | | analyze_funnel | build an ordered conversion funnel from your events (users per step, conversion, drop-off); omit steps to list available events | | get_retention | weekly cohort retention — who comes back, week over week | | analyze_paths | user paths (Sankey) — what people do after a start event, with drop-off | | list_conversations | the support-chat inbox (open threads, visitor, topic, status) | | get_conversation | one support thread + its full message history | | reply_to_conversation | reply to a visitor (visible in their chat widget, sent as you) | | add_note | internal triage note on a conversation (never shown to the visitor) | | resolve_conversation | mark a conversation resolved | | list_bookings | scheduled calls/meetings (upcoming by default) | | cancel_booking | cancel a booking (frees the slot, cancels the meeting) | | reschedule_booking | move a booking to a new open slot | | list_channels | the team Comms channels you belong to | | read_channel | recent messages in a channel (catch up before replying) | | post_to_channel | post into a team channel — visible live to teammates, as you | | reply_in_channel | reply in a thread under a message |

For an assignable coding teammate (Backend / Frontend / Mobile / QA that opens PRs in your repo), install the separate @aioproductoscom/mcp-agent.

Links

License

MIT. The package is free; it connects to a paid AIOProductOS workspace — every plan has a 14-day onboarding runway and a 30-day money-back guarantee.