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

@molley/mcp-server

v0.3.0

Published

Molley MCP server for Claude Code and AI tool integrations

Readme

@molley/mcp-server

Model Context Protocol (MCP) server for integrating Molley product data with Claude Code and other AI coding tools.

Connect any MCP-capable AI to your Molley workspace: pull product overviews, feature progress, research reports, product wiki pages, outreach ideas, social media campaigns, and CRM status — by product name.

Setup

1. Generate an API Key

Go to Profile → Developer in the Molley app and create a new API key.

2. Login (one-time)

Run the interactive setup — paste your API key and you're done (your company is detected automatically):

npx @molley/mcp-server login

Or pass the key directly:

npx @molley/mcp-server login --api-key YOUR_KEY

3. Add to Claude Code

claude mcp add molley -- npx @molley/mcp-server

That's it — no env vars or flags needed after login.

CLI Commands

| Command | Description | |---------|-------------| | (no command) | Interactive menu (in terminal) or start server (when piped) | | login | Save credentials (interactive prompt or --api-key flag; validated live) | | logout | Remove saved credentials | | config | Show current configuration | | config --api-key <key> | Update API key | | serve | Start MCP server explicitly | | --help | Show help |

Environment overrides: MOLLEY_API_KEY, MOLLEY_COMPANY_ID, MOLLEY_BASE_URL.

Available Tools

Every product-scoped tool accepts either a productName (matched case-insensitively) or a projectId.

| Tool | Description | |------|-------------| | list_products | List all products (projects) in your workspace | | get_product_overview | Start here — one-call report: feature counts & recent releases, research headlines, wiki pages, outreach, running social campaigns, CRM pipeline & active sequences | | get_project | Product detail (market understanding, business model, validation, GTM) | | list_features | Feature ideas with status/search filters (released = done/shipped) | | get_idea | Full detail of a specific feature idea | | list_research_reports | Research synthesis reports + interview studies (headlines) | | get_research_report | Full report content by id + type (synthesis / study) | | list_notes | Published product wiki pages (titles, IDs, hierarchy) | | get_note | Full wiki page content as markdown | | list_outreach_ideas | Sales & marketing outreach ideas, filterable by status | | get_outreach_idea | Full detail of an outreach idea | | list_social_campaigns | Social media campaigns (active = running now) | | get_social_campaign | Campaign detail with all posts/content items | | get_crm_pipeline | CRM pipeline stages with opportunities, counts, and values | | list_crm_sequences | CRM outreach sequences (defaults to active — running right now) | | get_crm_opportunity | Full deal detail including its sequence steps | | get_analyzer_context | Complete product context for code analysis |

Usage with Claude Code

Once configured, you can ask Claude:

  • "Give me an overview of in Molley"
  • "Which features moved to done recently?"
  • "What research reports do we have on ? Pull up the pricing one."
  • "Is there a social campaign running right now for ?"
  • "What's the CRM status for — what sequences are running?"
  • "Show me the full blob for idea PROJ-42"