lightpanda-mcp

daanrongen/lightpanda-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for Lightpanda — navigate pages, extract content, click elements, fill forms, take screenshots, and evaluate JavaScript over stdio
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lightpanda-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "daanrongen/lightpanda-mcp"
      ]
    }
  }
}