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
+61-88Lines changed: 61 additions & 88 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,78 +3,32 @@ 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 gives any compatible AI model or agent a single, secure endpoint for launching Chromium browsers, injecting context, evaluating JavaScript, and streaming DOM snapshots from Kernel's cloud platform.
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.
7
7
8
-
## First Time? Start Here!
9
-
10
-
Ready to try Kernel but don't have a browser automation yet? Perfect! Here's how to get started:
11
-
12
-
### Step 1: Install Kernel MCP Server
13
-
14
-
Install the Kernel MCP server to your favorite MCP client using the [setup instructions](#setup-instructions) below.
15
-
16
-
### Step 2: Ask Your AI Assistant for Help
17
-
18
-
Once connected, simply ask in your MCP client chat:
19
-
20
-
```
21
-
"How do I get a Kernel sample app set up locally?"
22
-
```
8
+
## Setup Instructions
23
9
24
-
Your AI assistant will use the `search_docs` tool to get you the latest quickstart instructions and guide you through setting up your first Kernel app!
4. Start a chat, enable **Tools**, and finish auth.
74
-
75
-
### Free & Pro (Claude desktop)
76
-
77
-
Open `~/Library/Application Support/Claude/claude_desktop_config.json` and add:
31
+
Add to `~/Library/Application Support/Claude/claude_desktop_config.json` and restart Claude:
78
32
79
33
```json
80
34
{
@@ -89,24 +43,27 @@ Open `~/Library/Application Support/Claude/claude_desktop_config.json` and add:
89
43
90
44
Restart the Claude desktop app.
91
45
92
-
### Claude Code CLI
46
+
####Claude Code CLI
93
47
94
48
```bash
95
49
claude mcp add --transport http kernel https://mcp.onkernel.com/mcp
96
-
#then, inside the REPL:
97
-
/mcp# to run through auth
50
+
#Then in the REPL run once to authenticate:
51
+
/mcp
98
52
```
99
53
100
-
## Cursor
54
+
### Cursor
55
+
56
+
Install with one click or configure manually.
101
57
102
-
Click [here](cursor://anysphere.cursor-deeplink/mcp/install?name=kernel&config=eyJ1cmwiOiJodHRwczovL21jcC5vbmtlcm5lbC5jb20vbWNwIn0%3D) to install Kernel on Cursor in one click.
Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fmcp.onkernel.com%2Fmcp&timeout=300&id=kernel&name=Kernel&description=Access%20Kernel%27s%20cloud-based%20browsers%20via%20MCP) to install Kernel on Goose in one click.
0 commit comments