The Kernel MCP server provides secure, low-latency cloud-browser automation for AI agents. It exposes browser automation tools and connects to the Kernel platform. Developers use it to build AI assistants that interact with web services securely and efficiently.
The Kernel MCP server provides secure, low-latency cloud-browser automation for AI agents. It exposes browser automation tools and connects to the Kernel platform. Developers use it to build AI assistants that interact with web services securely and efficiently.
npx -y kernel-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kernel-kernel-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y kernel-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kernel?"
API Key Required
This server requires an API key from kernel. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| KERNEL_API_KEY | Yes | Your kernel API key |
"What resources are available in kernel?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kernel"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kernel with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.