WebGPU Inspector MCP
WebGPU Inspector MCP
OpenCode / Model Context Protocol (MCP) サーバー for WebGPU Inspector です。
これにより、AIアシスタントはChrome/Chromiumを操作して、ライブWebGPUフレームのキャプチャ、フレームパフォーマンスのプロファイリング、WGSLシェーダー、バッファ、テクスチャの検査、WebGPUレンダリング問題の診断を行うことができます。
Features
自動ブラウザ計測: CDPを介してChromium/Chrome/Edgeを起動し、ページスクリプトが実行される前にWebGPU Inspectorをすべてのページに注入します。
21のMCPツール: ブラウザ制御、フレームキャプチャ、GPUタイムスタンププロファイリング、ライブバッファ/テクスチャ読み取り、描画状態の差分、シェーダー検査のためのツール。
キャプチャファイル分析: ブラウザを実行せずに
.wgpucバイナリファイルまたは.json録画を読み込んで検査します。
Related MCP server: Chrome DevTools MCP
Installation
git clone git@github.com:lpenguin/webgpu_inspector_mcp.git
cd webgpu_inspector_mcp
npm installMCP Configuration
サーバーをopencode.json(またはClaudeデスクトップ設定)に追加します:
{
"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"
}
}
}
}Environment Variables
すべての環境変数はオプションです:
Variable | Default | Description |
|
| アップロードされた |
|
| 計測されたページが接続するローカルHTTP + WebSocketブリッジのポート。デフォルトポートが別のセッションで既に使用されている場合、ブリッジは自動的にOSが割り当てた空きポートにフォールバックします。 |
|
| ローカルブリッジサーバーのバインドアドレス。 |
| (自動検出) | Google Chrome、Chromium、またはMicrosoft Edgeのカスタムバイナリパス。省略した場合は標準のシステムパスを自動検出します。 |
| (なし) | 計測されたページがブリッジに接続するために必要なオプションの認証トークン。 |
| (バンドル済み) | カスタム |
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