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
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.
Latest Blog Posts
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