Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | Path to the project's src directory, required for the Python environment to locate the drissionpage_mcp package. | |
| DRISSIONPAGE_MCP_TIMEOUT | No | Timeout setting for browser operations in seconds. | 30 |
| DRISSIONPAGE_MCP_HEADLESS | No | Whether to run the browser in headless mode. | false |
| DRISSIONPAGE_MCP_LOG_LEVEL | No | The logging level for the server (e.g., INFO, DEBUG). | INFO |
| DRISSIONPAGE_MCP_BROWSER_PATH | No | Optional specific path to the Chrome, Edge, or other Chromium-based browser executable. | |
| DRISSIONPAGE_MCP_DOWNLOAD_PATH | No | Optional directory path for file downloads. | |
| DRISSIONPAGE_MCP_SCREENSHOT_PATH | No | Optional directory path for saving screenshots. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |