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

@greynewell/mcpbr-claude-plugin

v0.12.3

Published

Claude Code plugin for mcpbr - Expert benchmark runner for MCP servers with specialized skills

Readme

mcpbr-claude-plugin

Claude Code plugin for mcpbr - Makes Claude an expert at running MCP benchmarks

npm version License: MIT

This Claude Code plugin provides specialized skills that make Claude an expert at using mcpbr for MCP server benchmarking.

Note: This package is also available as @greynewell/mcpbr-claude-plugin for those who prefer scoped package names.

What is mcpbr?

Model Context Protocol Benchmark Runner - Benchmark your MCP server against real GitHub issues. Get hard numbers comparing tool-assisted vs. baseline agent performance.

Installation

Option 1: Clone Repository (Automatic Detection)

git clone https://github.com/greynewell/mcpbr.git
cd mcpbr
# Claude Code automatically detects the plugin

Option 2: Install via npm

npm install -g mcpbr-claude-plugin

Option 3: Claude Code Plugin Manager

# In Claude Code, run:
/plugin install github:greynewell/mcpbr

What You Get

When using Claude Code in a project with this plugin, Claude automatically gains expertise in:

1. run-benchmark (mcpbr-eval)

Expert at running evaluations with proper validation:

  • Verifies Docker is running
  • Checks for API keys
  • Validates configuration files
  • Uses correct CLI flags
  • Provides actionable error messages

2. generate-config (mcpbr-config)

Generates valid mcpbr configuration files:

  • Ensures {workdir} placeholder is included
  • Validates MCP server commands
  • Provides benchmark-specific templates
  • Applies best practices

3. swe-bench-lite (benchmark-swe-lite)

Quick-start command for demonstrations:

  • Pre-configured for 5-task evaluation
  • Sensible defaults for output files
  • Perfect for testing and demos

Example Interactions

Simply ask Claude in natural language:

  • "Run the SWE-bench Lite benchmark"
  • "Generate a config for my MCP server"
  • "Run a quick test with 1 task"

Claude will automatically:

  • Verify prerequisites before starting
  • Generate valid configurations
  • Use correct CLI commands
  • Handle errors gracefully

How It Works

The plugin includes:

  • plugin.json - Claude Code plugin manifest
  • skills/ - Three specialized SKILL.md files

When Claude Code loads this plugin, it injects the skill instructions into Claude's context, making it an expert at mcpbr without you having to explain anything.

Development

This package is part of the mcpbr project:

# Clone the repository
git clone https://github.com/greynewell/mcpbr.git
cd mcpbr

# Test the plugin
pytest tests/test_claude_plugin.py -v

Related Packages

  • mcpbr - Python package (core implementation)
  • mcpbr-cli - npm CLI wrapper (also available as @greynewell/mcpbr)

Documentation

For full documentation, visit: https://mcpbr.org/

License

MIT - see LICENSE for details.

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

Support


Built by Grey Newell