You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/mcp-server.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "MCP Server"
3
3
description: "Access Kernel's cloud-based browsers via MCP"
4
4
---
5
5
6
-
Our Model Context Protocol (MCP) server lets any compatible AI model or agent launch Chromium browsers, inject context, evaluate JavaScript, and stream DOM snapshots from Kernel's cloud platform — via a single secure endpoint.
6
+
Our Model Context Protocol (MCP) server lets any compatible AI model or agent launch Chromium browsers, execute Playwright code, capture video replays, and automate web interactions from Kernel's cloud platform via a single secure endpoint.
7
7
8
8
## Setup Instructions
9
9
@@ -180,24 +180,29 @@ Configure these values wherever the tool expects MCP server settings.
180
180
## Tools
181
181
182
182
### Browser Automation
183
+
183
184
-`create_browser` - Launch a new browser session with options (headless, stealth, persistence, timeout, profile)
184
185
-`get_browser` - Get browser session information
185
186
-`list_browsers` - List active browser sessions
186
187
-`delete_browser` - Terminate a browser session
188
+
-`execute_playwright_code` - Execute Playwright/TypeScript code in a fresh browser session with automatic video replay and cleanup
187
189
188
190
### Profile Management
191
+
189
192
-`setup_profile` - Create or update browser profiles with guided setup process
190
193
-`list_profiles` - List all available browser profiles
0 commit comments