mcp-network-analyzer
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-network-analyzercapture network traffic from example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Network Analyzer Monorepo
MCP Network Analyzer captures browser network traffic, analyzes API patterns, and exposes the workflow through an MCP server for AI clients.
CLI package (npm) | Issues | Security
Short command: netcap
Full command: mcp-network-analyzer
Why This Project
Capture real browser traffic with Playwright-backed sessions
Discover API endpoints, auth patterns, and request/response shapes
Expose analysis tools through MCP for AI-assisted workflows
Run locally with a focused CLI and straightforward setup
Related MCP server: js-reverse-mcp
Quick Install (Published CLI)
pnpm add -g mcp-network-analyzer
netcap setup
netcap install
netcap statusFor local development and workspace setup, continue below.
Packages
Package | Description | Published |
| npm / GitHub | |
| private | |
| workspace-only |
Getting Started
pnpm install
pnpm build:all
pnpm type-check:allCLI Version (stdio)
See packages/cli/README.md for installation and usage.
Quick start:
cd packages/cli
pnpm run build
pnpm link --global
netcap setup
netcap installnetcap is the short alias for mcp-network-analyzer.
Pro Version (HTTP)
See packages/pro/README.md for server deployment.
cd packages/pro
pnpm run setup
pnpm run dev # development mode
pnpm run start # productionDevelopment
pnpm install # link workspace packages
pnpm build:all # build in dependency order
pnpm type-check:all # check types across all packages
pnpm clean:all # remove all dist/ directoriesTesting
Local testing instructions are in docs/TESTING.md.
Release
Public launch checklist is in docs/PUBLIC_RELEASE_STEPS.md.
Contributing
See CONTRIBUTING.md for development workflow and pull request expectations.
License
MIT — see LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables reverse engineering of web applications and chat interfaces through browser automation, network traffic capture, and streaming API discovery. Provides comprehensive tools for analyzing network patterns, capturing streaming responses, and automating complex web interactions.Last updated14291ISC
- Alicense-qualityBmaintenanceA Chrome DevTools Protocol-based MCP server that enables AI coding assistants to control browsers for JavaScript debugging, reverse engineering, web scraping, and API debugging.Last updated1,0461Apache 2.0
- Alicense-qualityBmaintenanceMCP server for browser debugging, inspection, and verification that streams console logs, network errors, and user actions into AI coding assistants.Last updated66AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI assistants to call web APIs extracted from HAR files, turning browser traffic into MCP tools.Last updated221MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kylebrodeur/mcp-network-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server