Best for
- Developers integrating browser access through MCP
- Users who can verify the npm package and replace the template placeholders
The source confirms an active version 1.0.0 browser-access MCP server template with stdio, SSE, and Streamable HTTP options. It does not provide named tools, client compatibility, authentication details, or a precise permission list.
This entry is the default MCP server template in the UI-TARS-desktop repository and is described as providing browser-use access. It is configured for npm-based execution over stdio, SSE, and Streamable HTTP. The server name, repository URL, and npm identifier still contain {{name}} or username placeholders, so the source does not establish a concrete server identity or published package.
Replace username and {{name}} in the manifest with actual values and verify that the corresponding npm package is available. The stdio transport runs the npm package directly. SSE and Streamable HTTP use npx, with port 8089 by default and endpoints /sse and /mcp respectively.