mcp-server-browser
MCP server for browser use access
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.bytedance/mcp-server-browser",
"description": "MCP server for browser use access",
"repository": {
"url": "https://github.com/bytedance/UI-TARS-desktop",
"source": "github",
"subfolder": "packages/agent-infra/mcp-servers/browser"
},
"version": "1.0.0",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-09-09T06:16:24.728253Z",
"publishedAt": "2025-09-09T06:16:24.728253Z",
"updatedAt": "2025-09-09T06:16:24.728253Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/bytedance/UI-TARS-desktop
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.