Neuron Inspector
Description
64 tools for AI agents. Turn Chrome into an MCP server — inspect DOM, automate clicks, audit security, mock APIs, extract data, record demos, self-improving recipes. Works with Claude Code, Cursor, Windsurf.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
neuron-inspector
**51 browser tools for AI agents.** Your AI can't see your browser. This fixes that.
Inspect DOM, automate clicks, run JavaScript, search network traffic, audit security, check accessibility, scan SEO, mock APIs, extract structured data, record demos — all from Claude Code, Cursor, Windsurf, or any MCP client.
No API keys. No cloud. Runs on localhost.
[](https://www.npmjs.com/package/neuron-inspector) [](https://opensource.org/licenses/MIT)
npx neuron-inspector
Get started
1. Install the Chrome extension
Download from **[neuron.ng/extension](https://neuron.ng/extension)** and sideload:
- Download and extract the zip
- Open
chrome://extensionsand enable Developer Mode - Click Load unpacked and select the extracted folder
- The extension icon appears in your toolbar
2. Connect to your AI tool
**Claude Code:**
claude mcp add neuron-inspector -- npx neuron-inspector
**Cursor** — add to `.cursor/mcp.json`:
{
"mcpServers": {
"neuron-inspector": {
"command": "npx",
"args": ["neuron-inspector"]
}
}
}
**Windsurf** — add to `~/.codeium/windsurf/mcp_config.json`:
{
"mcpServers": {
"neuron-inspector": {
"command": "npx",
"args": ["neuron-inspector"]
}
}
}
3. Use it
Open any page in Chrome. Ask your AI agent to interact with it. Done.
What you can do
Ask your agent to debug a page
"Why is this page slow?"
The agent calls `neuron_perf_snapshot` and gets back Core Web Vitals, render-blocking scripts, memory usage, and the heaviest resources.
"Check this page for security issues"
`neuron_security_scan` finds leaked API keys in inline scripts, missing CSP headers, mixed content, insecure forms, exposed source maps.
"Is this page accessible?"
`neuron_a11y_audit` runs a WCAG audit
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,