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

@postmcp/studio

v0.1.37

Published

PostMCP Visual Web Studio - Interactive OpenAPI to MCP workbench with Token Diet Curator and Live Sandbox

Readme

@postmcp/studio

PostMCP Visual Web Studio - Interactive OpenAPI to MCP developer workbench built with Next.js 16 and Turbopack.

License: MIT Next.js 16 npm package


Overview

@postmcp/studio is the visual workbench for PostMCP. It gives developers an interactive graphical interface to inspect OpenAPI endpoints, visually curate Token Diet field masks, construct multi-step macros, test tools in a live sandbox, and export 1-click client configurations.

Key Capabilities

  • API Explorer: Browse and search operations with risk tier badges, method tags, and parameter schemas.
  • Token Diet Curator: Visually select which response fields to include or exclude with live token savings counters.
  • Macro Builder: Visually compose chained multi-step tools with parameter interpolation ({{params.id}}) and JSONPath extraction.
  • Live AI Sandbox: Test tools using multi-model AI providers (OpenAI, Anthropic, Google) or offline simulation with sequential step cards and dry-run safeguard banners.
  • 1-Click Exporter: Generate ready-to-use configuration files for Cursor (.cursor/mcp.json), Claude Desktop, and Windsurf, supporting up to 10 environment variable credentials.
  • Direct Workspace Persistence: Save curated configurations directly to your local project root (postmcp.config.json).

Launching the Studio

The easiest way to launch the studio is via @postmcp/cli:

# Launch with zero install
npx @postmcp/cli studio

# Launch directly with a specific OpenAPI specification
npx @postmcp/cli studio https://api.stripe.com/openapi.json

Running Locally for Development

# Clone the repository
git clone https://github.com/BraveRam/postmcp.git
cd postmcp

# Install dependencies and build
pnpm install
pnpm build

# Start the studio dev server
pnpm --filter @postmcp/studio dev

Open http://localhost:3000 in your browser.


License

MIT (c) PostMCP Contributors