code-server

GitHub

VS Code in the browser

Browser (code-server) MCP Server

Model Context Protocol (browser) server

View all code-server servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "browser": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-browser"
      ]
    }
  }
}