WebGPU Inspector MCP
WebGPU Inspector MCP
Ein OpenCode / Model Context Protocol (MCP)-Server für WebGPU Inspector.
Er ermöglicht KI-Assistenten, Chrome/Chromium zu steuern, um Live-WebGPU-Frames zu erfassen, die Frame-Leistung zu profilieren, WGSL-Shader, Buffer und Texturen zu inspizieren sowie WebGPU-Rendering-Probleme zu diagnostizieren.
Funktionen
Automatisierte Browser-Instrumentierung: Startet Chromium/Chrome/Edge über CDP und injiziert WebGPU Inspector in jede Seite, bevor Seiten-Skripte ausgeführt werden.
21 MCP-Tools: Tools für Browsersteuerung, Frame-Erfassung, GPU-Zeitstempel-Profiling, Live-Buffer-/Textur-Lesevorgänge, Draw-State-Diffing und Shader-Inspektion.
Analyse von Erfassungsdateien: Laden und Inspizieren von
.wgpuc-Binärdateien oder.json-Aufzeichnungen ohne Browser.
Related MCP server: Chrome DevTools MCP
Installation
git clone git@github.com:lpenguin/webgpu_inspector_mcp.git
cd webgpu_inspector_mcp
npm installMCP-Konfiguration
Fügen Sie den Server zu Ihrer opencode.json (oder der Claude-Desktop-Konfiguration) hinzu:
{
"mcp": {
"webgpu-inspector": {
"type": "local",
"command": ["node", "/path/to/webgpu_inspector_mcp/index.js"],
"enabled": true,
"environment": {
"WEBGPU_BRIDGE_PORT": "9690",
"WEBGPU_BRIDGE_CAPTURES_DIR": "/path/to/webgpu_inspector_mcp/captures"
}
}
}
}Umgebungsvariablen
Alle Umgebungsvariablen sind optional:
Variable | Standard | Beschreibung |
|
| Verzeichnis, in dem hochgeladene |
|
| Port für die lokale HTTP- und WebSocket-Brücke, mit der instrumentierte Seiten verbunden werden. Wenn der Standardport bereits von einer anderen Sitzung belegt ist, fällt die Brücke automatisch auf einen vom Betriebssystem zugewiesenen freien Port zurück. |
|
| Bind-Adresse für den lokalen Brücken-Server. |
| (automatisch erkannt) | Benutzerdefinierter Binärpfad für Google Chrome, Chromium oder Microsoft Edge. Erkennt automatisch Standard-Systempfade, wenn nicht angegeben. |
| (keiner) | Optionales Authentifizierungstoken, das für instrumentierte Seiten erforderlich ist, um sich mit der Brücke zu verbinden. |
| (gebündelt) | Pfad oder URL zu einem benutzerdefinierten |
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 Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Headless browser primitives for AI agents when sites need real JS rendering.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser through Chrome DevTools. Provides browser automation, performance analysis, debugging capabilities, and network request monitoring.3,288,16550,162Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automation, debugging, performance analysis, and screenshot capture through Chrome DevTools.263,288,1653Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automation, debugging, performance analysis, network monitoring, and DOM interaction through Chrome DevTools Protocol.3,288,165Apache 2.0
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automated debugging, performance analysis, and web interaction. It leverages Puppeteer and Chrome DevTools to provide capabilities like network monitoring, console logging, and automated browser actions.
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/lpenguin/webgpu_inspector_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server