mcp server browser for VS Code
io.github.bytedance/mcp-server-browser
MCP server for browser use access
client:VS Code
transport:stdio
runtime:npm
Install mcp server browser in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "display",
"description": "DISPLAY",
"password": true
}
],
"servers": {
"mcp-server-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-browser"
],
"env": {
"DISPLAY": "${input:display}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs