Skip to content

Commit 14b6f52

Browse files
committed
docs(mcp-server): update Claude compatibility info
1 parent 87b8568 commit 14b6f52

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

reference/mcp-server.mdx

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Kernel's server is a centrally hosted, authenticated remote MCP using OAuth 2.1
2020

2121
### Claude
2222

23-
#### Team & Enterprise (Claude.ai)
23+
<Info>Our remote MCP server is not compatible with the method Free users of Claude use to add MCP servers.</Info>
24+
25+
#### Pro, Max, Team & Enterprise (Claude.ai and Claude Desktop)
2426

2527
1. Go to **Settings → Connectors → Add custom connector**.
2628
2. Enter: **Integration name:** `Kernel`, **Integration URL:** `https://mcp.onkernel.com/mcp`, then click **Add**.
@@ -29,23 +31,6 @@ Kernel's server is a centrally hosted, authenticated remote MCP using OAuth 2.1
2931

3032
<Info>On Claude for Work (Team/Enterprise), only Primary Owners or Owners can enable custom connectors for the org. After it's configured, each user still needs to go to **Settings → Connectors** and click **Connect** to authorize it for their account.</Info>
3133

32-
#### Free & Pro (Claude desktop)
33-
34-
Add to `~/Library/Application Support/Claude/claude_desktop_config.json` and restart Claude:
35-
36-
```json
37-
{
38-
"mcpServers": {
39-
"kernel": {
40-
"command": "npx",
41-
"args": ["-y", "mcp-remote", "https://mcp.onkernel.com/mcp"]
42-
}
43-
}
44-
}
45-
```
46-
47-
Restart the Claude desktop app.
48-
4934
#### Claude Code CLI
5035

5136
```bash

0 commit comments

Comments
 (0)