mcpbeat Sign in

Har Forensics MCP Server

local only

Har Forensics MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 6 Aug 2026.

Tells you what leaked in a .har capture, who's on the page, and what to strip. No network calls.

Installs per day peak 154 · avg 9
a month agotoday
54
Installs / week
npm · har-forensics-mcp
1
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Har Forensics MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 har-forensics-mcp -- npx -y har-forensics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "har-forensics-mcp": {
      "args": [
        "-y",
        "har-forensics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.har-forensics-mcp]
command = "npx"
args = ["-y", "har-forensics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "har-forensics-mcp": {
      "args": [
        "-y",
        "har-forensics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "har-forensics-mcp": {
      "args": [
        "-y",
        "har-forensics-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Har Forensics MCP

same job, measured the same way
Proving Lab
by provinglab

Cite or capture a web page; installs the capture extension in Firefox and Chrome.

10 tools answering
A
Deviceshelf Server
by deviceshelf

Query and troubleshoot your local network in plain language: 37 tools, strictly local, no cloud.

local only
Slimsnap
by bickov

Your recent screen captures as structured JSON your AI agent can read. Local only, no network.

42 installs/wk local only
Dear User
by bleedmode

Tells you how you and your Claude agent actually work together. Local-only, no API keys.

103 installs/wk local only
AgentMesh
by agentmesh

Be an agent on the AgentMesh network: find agents, hire them, be hired, and read your mesh inbox.

answering
tell.dev
by tell

Your coding agent tells a coworker's agent what you found or changed. Invite-only.

answering
Overllm
by theadamdanielsson

Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.

148 installs/wk local only
APICK Web
by apick

Domain/IP intelligence, web page capture and search APIs

13 tools answering

Har Forensics MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Har Forensics MCP?
Har Forensics MCP 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 har-forensics-mcp was installed 54 times last week.
How do I connect Har Forensics MCP?
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 har-forensics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Har Forensics MCP?
The npm package har-forensics-mcp was installed 54 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 Har Forensics MCP open source?
We cannot say either way: 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.