Skip to main content
Glama
chandu-cpz

Camoufox Playwright MCP

by chandu-cpz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMOUFOX_MCP_CONFIGNoPath to JSON/INI configuration file for deeper Camoufox settings
CAMOUFOX_MCP_BROWSERNoDefault browser to use (camoufox, chrome, chromium, firefox, webkit)camoufox
CAMOUFOX_MCP_HEADLESSNoSet to true or 1 for headless modefalse
CAMOUFOX_MCP_ISOLATEDNoSet to true to use isolated contextsfalse
CAMOUFOX_MCP_OUTPUT_DIRNoOutput directory for saved snapshots, screenshots, and logs
CAMOUFOX_MCP_PROXY_SERVERNoProxy server URL (e.g. http://user:pass@proxy.example.com:8080)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_resizeD

Resize the browser window

browser_closeC

Close the page

browser_console_messagesC

Returns all console messages

browser_handle_dialogD

Handle a dialog

browser_evaluateC

Evaluate JavaScript expression on page or element

browser_file_uploadC

Upload one or multiple files

browser_dropB

Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided.

browser_findA

Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref.

browser_fill_formC

Fill multiple form fields

browser_press_keyC

Press a key on the keyboard

browser_typeC

Type text into editable element

browser_navigateC

Navigate to a URL

browser_navigate_backA

Go back to the previous page in the history

browser_network_requestsA

Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details.

browser_network_requestA

Returns full details (headers and body) of a single network request, or a single part if part is set. Use the number from browser_network_requests.

browser_run_code_unsafeA

Run a Python Playwright code snippet. Unsafe: executes arbitrary Python in the Playwright server process with normal builtins/imports and is RCE-equivalent.

browser_take_screenshotA

Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.

browser_snapshotC

Capture accessibility snapshot of the current page, this is better than screenshot

browser_clickC

Perform click on a web page

browser_select_optionC

Select an option in a dropdown

browser_hoverC

Hover over element on page

browser_dragC

Perform drag and drop between two elements

browser_tabsC

List, create, close, or select a browser tab.

browser_wait_forC

Wait for text to appear or disappear or a specified time to pass

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/chandu-cpz/camoufox-playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server