lightpanda-mcp-server
Click on "Install 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"]
}
}
}๐ ๏ธ 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brilhante29/lightpanda-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server