Mmcp.market

Inferbench MCP server

by RudrenduPaul·io.github.RudrenduPaul/inferbench·v0.1.7

Benchmarks local LLM inference speed (tokens/sec) on your own hardware via MCP tools.

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed Inferbench yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Inferbench tools (1, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • runwrite action

    Run the inferbench CLI with the given arguments and return parsed JSON.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 medium
  • Code scan23 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumsubprocess with shell=Trueexec.shell-true
    inferbench_cli-0.1.7/src/inferbench/harness/spawn_server.py: …rocess.Popen with no shell involved (no shell=True anywhere in this module or its callers)…
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Inferbench repository's README, as published. We do not edit it. Read it on GitHub

InferBench

<!-- mcp-name: io.github.RudrenduPaul/inferbench -->

Every "best local LLM engine" article benchmarks someone else's machine. InferBench benchmarks yours.

Local-inference engines all publish their own benchmarks, on their own hardware, in their own README. None of them tell you which one is actually fastest on the machine sitting in front of you. InferBench runs a fixed, varied prompt set against whichever supported engines are installed on your own hardware and reports real, measured tokens/second -- not a number copied from someone else's blog post.

Install, first run, and a real omlx benchmark against a cached model:

npx inferbench-cli run --engines llama.cpp --model "bartowski/Qwen2.5-1.5B-Instruct-GGUF:Q4_K_M"

Table of contents

  • Install
  • Features
  • Quickstart
  • CLI command reference
  • Library API reference
  • How the measurement works
  • Comparison
  • Why this exists
  • Documentation
  • FAQ
  • Contributing
  • Security

Install

InferBench ships two independent, equally first-class packages -- pick whichever fits your toolchain, or install both. Neither is deprecated in favor of the other; both run the same measurement architecture against the same two supported engines.

# npm -- JavaScript/TypeScript CLI
npm install -g inferbench-cli
# or, no install:
npx inferbench-cli run --engines llama.cpp --model "<repo>:<quant>"

# PyPI -- Python CLI + library (genuine port, not a wrapper around the Node binary)
pip install inferbench-cli

Both packages are published and installable today. npm install -g inferbench-cli and pip install inferbench-cli both work -- see npmjs.com/package/inferbench-cli and pypi.org/project/inferbench-cli, or python/README.md and docs/getting-started.md for the Python-specific walkthrough, and CHANGELOG.md for each distribution's version history.

Requires Node.js >=18 for the npm package, Python >=3.9 for the PyPI package. At least one supported engine must already be installed either way (InferBench does not install engines for you):

  • llama.cpp: brew install llama.cpp (macOS) or build from ggml-org/llama.cpp
  • omlx: brew tap jundot/omlx https://github.com/jundot/omlx && brew install omlx (Apple Silicon only)

Features

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add inferbench -- uvx inferbench-cli
Add to Cursor

Inferbench: common questions

Is Inferbench MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the Inferbench safety report
How do I install Inferbench?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Inferbench need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Inferbench maintained?
The last commit was 6 days ago (2026-09-18). The latest release is v0.1.7.
What can I use instead of Inferbench?
Servers from other publishers that do the same job: mcptoon MCP server, llmtrim MCP server and Agent Lsp MCP server. Compare all Inferbench alternatives.

Alternatives to Inferbench

Same job from other publishers: the closest match first, then the best rated.

All Inferbench alternatives →
  • mcptoon
    MCP tools + agent skills in one zero-dependency CLI: 71,929 -> 581 tokens (-99.2%, measured).
    A
  • llmtrim
    MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
    A
  • Agent Lsp
    Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.
    A

More from RudrenduPaul