Skip to main content
Connect the Claude apps you already use to Kernel. There are two ways to bring Kernel into Claude Code:
  • Marketplace plugin — load Kernel’s skills directly into Claude Code so it knows how to manage cloud browsers and write automations.
  • Remote MCP server — connect Claude Code to Kernel’s MCP server to create and manage cloud browsers from chat.

Marketplace plugin (Claude Code)

Kernel publishes an official skills marketplace for Claude Code. Installing a plugin from it loads Kernel’s best-practice skills into your coding agent. Run these in the Claude Code REPL, one line at a time:
Each plugin bundles a set of skills:
  • kernel-cli — managing browsers, apps, profiles, and proxies from the CLI, plus managed auth, session debugging, and bot-detection profiling.
  • kernel-sdks — building browser automation with the TypeScript and Python SDKs.
See the skills repo for the current list.

Remote MCP server (Claude Code)

Add Kernel’s remote MCP server to manage cloud browsers from Claude Code. Using the Kernel CLI (recommended):
Manual setup:

Claude Desktop

Claude Desktop reaches Kernel through the same remote MCP server, added as a custom connector under Settings → Connectors. The Claude client guide has the steps, and covers Claude.ai as well.