nodriver-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODRIVER_MCP_SCRIPTS_DIR | Yes | Path to the directory containing scrapers | |
| NODRIVER_MCP_ARTIFACTS_DIR | Yes | Path to the directory for artifacts | |
| NODRIVER_MCP_USER_DATA_DIR | Yes | Path to a dedicated browser profile directory | |
| NODRIVER_MCP_BROWSER_EXECUTABLE | Yes | Path to the Helium/Chromium browser executable |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_statusA | Report browser state and metadata for MCP-accessible tabs. |
| browser_openA | Open or navigate an MCP tab, reusing the active tab unless new_tab is true. |
| browser_snapshotA | Return bounded visible text or outer HTML, optionally scoped to a CSS selector. |
| browser_queryA | Return text and safe attributes for elements matching a CSS selector. |
| browser_closeA | Close the managed browser, or close MCP-owned tabs and detach in attach mode. |
| scraper_listA | List metadata for saved scrapers. |
| scraper_getA | Return a saved scraper's source and metadata. |
| scraper_saveA | Validate and atomically save a scraper for the next run. |
| scraper_runA | Hot-load and run a saved scraper. Use either url or tab_id; new_tab requires url. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| scraper-contract | The Python entry point and helpers available to generated scrapers. |
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/namecallfilter/nodriver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server