A Model Context Protocol (MCP) server that enables LLMs like Claude to navigate the web through Puppeteer-based tools and Steel, providing web automation capabilities such as clicking, scrolling, typing, and taking screenshots.
| Parameter | Description |
|---|---|
| STEEL_LOCAL* | Determines if Steel Voyager runs in local (true) or cloud (false) mode. |
| STEEL_API_KEY* | Required for cloud mode. Your Steel API key. |
| GLOBAL_WAIT_SECONDS* | Optional. Number of seconds to wait after each tool action. |
| Parameter | Description |
|---|---|
| STEEL_LOCAL* | Determines if Steel Voyager runs in local (true) or cloud (false) mode. |
| STEEL_BASE_URL* | Base URL for the Steel API. Defaults to http://localhost:3000 in local mode. |
| GLOBAL_WAIT_SECONDS* | Optional. Number of seconds to wait after each tool action. |
| Parameter | Description |
|---|---|
| STEEL_LOCAL* | Determines if Steel Voyager runs in local (true) or cloud (false) mode. |
| STEEL_API_KEY* | Required for cloud mode. Your Steel API key. |