Back to Apps

HAR MCP Server
Supports UIby tjamet
Parse and analyze HAR (HTTP Archive) files directly within AI assistants for network traffic inspection.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This server allows AI assistants to ingest and analyze HAR (HTTP Archive) files, enabling deep inspection of network traffic, API requests, and responses. It is particularly useful for debugging web applications and auditing network communication.
Tools
load_har: Load a HAR file from a local path or HTTP URL.list_urls_methods: List all accessed URLs and their HTTP methods from the loaded HAR.get_request_ids: Retrieve request IDs for specific URL/method combinations.get_request_details: Get full details for a request, with automatic redaction of sensitive auth headers.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"har-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjamet/har-mcp"
]
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Quick install
docker run -i --rm ghcr.io/tjamet/har-mcpInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the docker command to your MCP settings in Cursor.Claude Desktop
{"mcpServers": {"har-mcp": {"command": "docker", "args": ["run", "-i", "--rm", "ghcr.io/tjamet/har-mcp"]}}}





