mcpbeat Sign in

Multimeter MCP Server

by mshobeyri Your server? Claim it
local only

Multimeter runs on your own machine — the client starts it, so there is no endpoint to ping. 236 installs a week from npm. Last commit 18 Sep 2026.

Scaffold, validate, format, and run YAML .mmt API tests. Do not invent syntax.

Installs per day peak 30 · avg 1
a month agotoday
236
Installs / week
npm · mmt-mcp
10
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const direct = path.join(dir, binaryName);
Builds a database query by concatenation res/doc-template.html:1307, res/mockServer.html:125
      var methodSelect = document.getElementById('try-method-' + idx);
            list.innerHTML = connArray.map(conn => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multimeter -- npx -y mmt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multimeter": {
      "args": [
        "-y",
        "mmt-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multimeter]
command = "npx"
args = ["-y", "mmt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multimeter": {
      "args": [
        "-y",
        "mmt-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multimeter": {
      "args": [
        "-y",
        "mmt-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Multimeter

same job, measured the same way
I
Email Validator
by ryuamarines

Validates email syntax and MX records. x402 payment required (testnet USDC).

1 tools answering
Agentsnap
by mukundakatta

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

31 installs/wk local only
Provar MCP Server
by provartesting

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

427 installs/wk local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
Octoperf
by octoperf

Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.

answering
Crosspad MCP
by crosspad

Development workflow server for CrossPad — build, test, run, screenshot, and navigate code

202 installs/wk local only
Ghost Inspector MCP
by charliemtnez

Analyze, validate and safely update Ghost Inspector end-to-end browser tests

31 installs/wk local only
pypreset
by kaierikniermann

Scaffold Python projects from YAML presets, augment existing projects with CI/tests.

152 installs/wk local only

Multimeter — questions

Answers built from our own checks of this server.

Why is there no uptime for Multimeter?
Multimeter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mmt-mcp was installed 236 times last week.
How do I connect Multimeter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mmt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Multimeter?
The npm package mmt-mcp was installed 236 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multimeter open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.