kernel mcp install --target <target>
Install Kernel MCP server configuration for a supported AI development tool. This command automatically configures the MCP server in your tool’s settings file.
| Flag | Description |
|---|---|
--target <target> | Target AI tool to configure. Required. |
Supported Targets
cursor- Cursor editorclaude- Claude Desktop appclaude-code- Claude Code CLIwindsurf- Windsurf editorvscode- Visual Studio Codegoose- Goose AIzed- Zed editor
Examples
What It Does
Themcp install command:
- Locates the configuration file for your target tool (e.g.,
~/.cursor/mcp.jsonfor Cursor) - Creates the file if it doesn’t exist or reads the existing configuration
- Adds the Kernel MCP server configuration with the correct settings for your tool
- Preserves existing MCP servers - your other MCP configurations remain intact
Configuration Details
The command automatically configures the appropriate transport and settings for each tool:- Cursor, Claude Code, VS Code: Uses HTTP transport (
https://mcp.onkernel.com/mcp) - Claude Desktop, Windsurf, Goose, Zed: Uses stdio transport via
mcp-remote
Next Steps
After installation:- Restart your tool (or reload the window) to load the new MCP server
- Authenticate when prompted - you’ll be redirected to authorize Kernel access via OAuth
- Start using Kernel tools - browser automation capabilities will be available in your AI conversations
For manual setup instructions or troubleshooting, see the MCP Server documentation.
Troubleshooting
If installation fails:- Ensure you have write permissions to the configuration directory
- Check that the target tool’s configuration directory exists
- For Zed, the command handles JSON5 format (comments) automatically
- For Goose, the command displays YAML configuration instructions (manual copy-paste required)

