★ 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"
]
}
}
}
Run in terminal:
claude mcp add lightpanda-mcp npx -y daanrongen/lightpanda-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"lightpanda-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/lightpanda-mcp"
]
}
}
}