# r0x0r/pywebview | Model Context Protocol (MCP) Server > Build GUI for your Python program with JavaScript, HTML, and CSS - **Stars**: ⭐ 5,878 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pywebview": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pywebview" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pywebview": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pywebview" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pywebview` - **Docker**: `docker run -i --rm mcp/pywebview`