lightpanda-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lightpanda-mcp-serverFetch the HTML of https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ผ Lightpanda MCP Server
A 100% project-agnostic, multi-runtime Model Context Protocol (MCP) server for Lightpanda โ the ultra-fast AI-native headless browser (16x lower memory footprint than Chrome).
Supports NPM, Bun, PNPM, Yarn, Go, Python/UVX, and connects OpenCode, Claude Code, Codex, Antigravity, Cursor, Windsurf, or LangChain seamlessly!
๐ Installation & Execution Methods
โก 1. NPM / NPX (Node.js)
# Zero-install execution via NPX
npx lightpanda-mcp-server
# Or global install
npm install -g lightpanda-mcp-serverMCP Config:
{
"mcpServers": {
"lightpanda": {
"command": "npx",
"args": ["-y", "lightpanda-mcp-server"]
}
}
}๐ฅ 2. BUN / BUNX
# Zero-install execution via Bunx
bunx lightpanda-mcp-server
# Or global install via Bun
bun add -g lightpanda-mcp-serverMCP Config:
{
"mcpServers": {
"lightpanda": {
"command": "bunx",
"args": ["lightpanda-mcp-server"]
}
}
}๐ฆ 3. PNPM / DLX
pnpm dlx lightpanda-mcp-serverMCP Config:
{
"mcpServers": {
"lightpanda": {
"command": "pnpm",
"args": ["dlx", "lightpanda-mcp-server"]
}
}
}๐งถ 4. YARN / DLX
yarn dlx lightpanda-mcp-server๐น 5. GO (go install / go run)
# Global Go install
go install github.com/Brilhante29/lightpanda-mcp-server@latestMCP Config:
{
"mcpServers": {
"lightpanda": {
"command": "lightpanda-mcp-server"
}
}
}๐ 6. PYTHON / UVX (pip / uvx)
uvx lightpanda-mcp-serverMCP Config:
{
"mcpServers": {
"lightpanda": {
"command": "uvx",
"args": ["lightpanda-mcp-server"]
}
}
}Related MCP server: SlimAtlas AI
๐ ๏ธ Provided MCP Tools
Tool Name | Description | Parameters |
| Ultra-fast HTML extraction from any URL. |
|
| Extracts clean Markdown & Accessibility Tree (AX Tree). |
|
| Evaluates JavaScript inside Lightpanda headless browser over CDP. |
|
| Checks local Lightpanda daemon health and CDP WebSocket connectivity. | None |
โ๏ธ Environment Variables
LIGHTPANDA_HOST(default:127.0.0.1): Host IP of local Lightpanda daemon.LIGHTPANDA_PORT(default:9222): Port of local Lightpanda CDP server.
๐ License
MIT License © Guilherme Brilhante & Lightpanda Community.
This server cannot be deployed
Maintenance
Related MCP Connectors
FineData web scraping MCP โ JavaScript rendering, captcha solving, markdown for AI agents
MCP server for web extraction and rendering via AceDataCloud WebExtrator
Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement.
HTML-to-PDF MCP server โ render pixel-faithful PDFs from HTML.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server for parsing HTML, fetching URLs, rendering terminal-style screenshots, and executing JavaScript on static HTML without external dependencies.3MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for lightweight browser automation using Lightpanda with Chrome fallback, providing LLM-optimized accessibility tree snapshots for precise element targeting.1MIT
- AlicenseAqualityAmaintenanceA fast, dependency-light MCP server that converts web pages into clean Markdown, structured metadata, and classified links for language models.326 npmMIT

kitewrightofficial
AlicenseNot gradedqualityAmaintenanceA lightweight MCP server for browser automation that gives AI agents navigate, screenshot, and extract tools via a single small binary, without needing Node.js or Playwright. It provides CDP-based browser control with efficient startup and resource usage.23MIT