MCP Server
MCP
io.github.bytedance/mcp-server-browser
MCP server for browser use access
Install
npx -y @agent-infra/mcp-server-browser@latest
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@agent-infra/mcp-server-browser",
"version": "latest",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "browser or chrome channel to use, possible values: chrome, edge, firefox.",
"format": "string",
"type": "named",
"name": "browser"
},
{
"description": "Chrome DevTools Protocol endpoint URL",
"format": "string",
"type": "named",
"name": "cdp-endpoint"
},
{
"description": "WebSocket endpoint to connect to, for example",
"format": "string",
"type": "named",
"name": "ws-endpoint"
},
{
"description": "Path to the browser executable",
"format": "string",
"type": "named",
"name": "executable-path"
},
{
"description": "Path to the output directory",
"format": "string",
"type": "named",
"name": "output-dir"
},
{
"description": "Comma-separated list of patterns to bypass the proxy",
"format": "string",
"type": "named",
"name": "proxy-bypass"
},
{
"description": "Proxy server address",
"format": "string",
"type": "named",
"name": "proxy-server"
},
{
"description": "Run server that uses screenshots (Aria snapshots are used by default)",
"format": "boolean",
"type": "named",
"name": "vision"
}
],
"environmentVariables": [
{
"description": "DISPLAY environment variable for browser rendering",
"format": "string",
"name": "DISPLAY"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@agent-infra/mcp-server-browser",
"version": "latest",
"runtimeHint": "npx",
"transport": {
"type": "sse",
"url": "http://127.0.0.1:{port}/sse"
},
"packageArguments": [
{
"description": "Server port number",
"isRequired": true,
"format": "number",
"default": "8089",
"type": "named",
"name": "port"
},
{
"description": "browser or chrome channel to use, possible values: chrome, edge, firefox.",
"format": "string",
"type": "named",
"name": "browser"
},
{
"description": "Chrome DevTools Protocol endpoint URL",
"format": "string",
"type": "named",
"name": "cdp-endpoint"
},
{
"description": "WebSocket endpoint to connect to, for example",
"format": "string",
"type": "named",
"name": "ws-endpoint"
},
{
"description": "Path to the browser executable",
"format": "string",
"type": "named",
"name": "executable-path"
},
{
"description": "Path to the output directory",
"format": "string",
"type": "named",
"name": "output-dir"
},
{
"description": "Comma-separated list of patterns to bypass the proxy",
"format": "string",
"type": "named",
"name": "proxy-bypass"
},
{
"description": "Proxy server address",
"format": "string",
"type": "named",
"name": "proxy-server"
},
{
"description": "Run server that uses screenshots (Aria snapshots are used by default)",
"format": "boolean",
"type": "named",
"name": "vision"
}
],
"environmentVariables": [
{
"description": "DISPLAY environment variable for browser rendering",
"format": "string",
"name": "DISPLAY"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@agent-infra/mcp-server-browser",
"version": "latest",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:{port}/mcp"
},
"packageArguments": [
{
"description": "Server port number",
"isRequired": true,
"format": "number",
"default": "8089",
"type": "named",
"name": "port"
},
{
"description": "browser or chrome channel to use, possible values: chrome, edge, firefox.",
"format": "string",
"type": "named",
"name": "browser"
},
{
"description": "Chrome DevTools Protocol endpoint URL",
"format": "string",
"type": "named",
"name": "cdp-endpoint"
},
{
"description": "WebSocket endpoint to connect to, for example",
"format": "string",
"type": "named",
"name": "ws-endpoint"
},
{
"description": "Path to the browser executable",
"format": "string",
"type": "named",
"name": "executable-path"
},
{
"description": "Path to the output directory",
"format": "string",
"type": "named",
"name": "output-dir"
},
{
"description": "Comma-separated list of patterns to bypass the proxy",
"format": "string",
"type": "named",
"name": "proxy-bypass"
},
{
"description": "Proxy server address",
"format": "string",
"type": "named",
"name": "proxy-server"
},
{
"description": "Run server that uses screenshots (Aria snapshots are used by default)",
"format": "boolean",
"type": "named",
"name": "vision"
}
],
"environmentVariables": [
{
"description": "DISPLAY environment variable for browser rendering",
"format": "string",
"name": "DISPLAY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment