Kernel
Open-source MCP server for secure, low-latency cloud-browser automation on Kernel.
What is Kernel?
Kernel is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source mcp server for secure, low-latency cloud-browser automation on kernel.
Open-source MCP server for secure, low-latency cloud-browser automation on Kernel.
This server falls under the Cloud Services and Browser Automation categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Open-source MCP server for secure, low-latency cloud-browser
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx kernelConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Kernel
The Kernel MCP server gives AI assistants access to secure, low-latency cloud-hosted browser automation powered by Kernel's infrastructure. It exposes 15 tools for managing cloud browsers, browser pools, profiles, proxies, extensions, and running Playwright code or computer-action commands — all without requiring a local browser installation. Teams use it to delegate web scraping, UI testing, and authenticated browsing tasks to AI agents at scale.
Prerequisites
- A Kernel account at onkernel.com with an active API key
- Node.js 18+ installed (for npx / mcp-remote transport)
- An MCP-compatible client such as Claude Desktop, Cursor, or VS Code with MCP support
- The Kernel CLI (npm install -g @onkernel/cli) if using the guided install path
Install the Kernel CLI
Install the official Kernel CLI globally via npm, or use Homebrew on macOS. The CLI automates MCP client configuration.
npm install -g @onkernel/cli
# or on macOS:
brew install onkernel/tap/kernelAuthenticate with Kernel
Log in to your Kernel account through the CLI. This stores your credentials locally so the MCP server can authenticate API calls.
kernel loginInstall the MCP server for your client
Run the guided install command with --target set to your MCP client. Supported targets: claude, cursor, vscode, windsurf, zed, goose.
kernel mcp install --target claudeOr configure manually with mcp-remote
If you prefer a manual setup, add the Kernel MCP server to your client config using mcp-remote to connect to the hosted HTTP endpoint.
{
"mcpServers": {
"kernel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.onkernel.com/mcp"]
}
}
}Verify connection and explore tools
Restart your MCP client. Ask Claude to list available Kernel tools or run a simple browser action to confirm the connection is working.
Kernel Examples
Client configuration
Claude Desktop config connecting to Kernel's hosted MCP endpoint via mcp-remote (no local installation required).
{
"mcpServers": {
"kernel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.onkernel.com/mcp"]
}
}
}Prompts to try
Example tasks you can delegate to Claude using the Kernel browser automation tools.
- "Go to example.com and get me the page title"
- "Run my web-scraper app to collect the top posts from reddit.com/r/technology"
- "Set up a browser profile for my work accounts with saved credentials"
- "Take a screenshot of the current state of app.example.com after logging in"
- "Execute this Playwright script to fill out and submit the form at staging.myapp.com"Troubleshooting Kernel
Authentication fails or 401 errors when calling Kernel tools
Run 'kernel login' to refresh your credentials. If you configured manually via mcp-remote, ensure you have a valid Kernel API key and that the mcp-remote package can reach https://mcp.onkernel.com/mcp from your network.
mcp-remote not found or npx fails to download it
Ensure Node.js 18+ is installed and npx is available. Try running 'npx -y mcp-remote --version' separately to verify mcp-remote can be fetched. If behind a corporate proxy, set HTTP_PROXY and HTTPS_PROXY environment variables.
Playwright execution errors in the cloud browser
Kernel runs headless Chromium in the cloud; some sites block headless browsers via fingerprinting. Use the manage_proxies tool to route through residential IPs, or configure a browser profile with saved cookies to appear as a returning user.
Frequently Asked Questions about Kernel
What is Kernel?
Kernel is a Model Context Protocol (MCP) server that open-source mcp server for secure, low-latency cloud-browser automation on kernel. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Kernel?
Follow the installation instructions on the Kernel GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Kernel?
Kernel works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Kernel free to use?
Yes, Kernel is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Kernel Alternatives — Similar Cloud Services Servers
Looking for alternatives to Kernel? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Browse More Cloud Services MCP Servers
Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Kernel in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Kernel?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.