pywebview-mcp

com55/pywebview-mcp
★ 0 stars Python Browser/Web Updated 9d ago
Playwright-style MCP server for pywebview apps
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pywebview-mcp": {
      "command": "uvx",
      "args": [
        "pywebview-mcp"
      ]
    }
  }
}

Or install with pip: pip install pywebview-mcp

README Excerpt

Playwright-style MCP server for pywebview apps — lets AI assistants see, control, and debug your Python desktop web UI without modifying your app's source code. ``` AI assistant → MCP tools → pywebview-mcp server → HTTP bridge → pywebview app ``` - **Screenshot** the webview page via CDP (edgechromium/qt)

Tools (2)

PYWEBVIEW_MCP_CDP_PORTPYWEBVIEW_MCP_PORT