Skip to content
Cursor

kernel mcp server for Cursor

com.onkernel/kernel-mcp-server

Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).

client:Cursor transport:streamable-http

Install kernel mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kernel-mcp-server": {
      "url": "https://mcp.onkernel.com/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kernel mcp server in other clients