Back to MCP directory
publicPublicdnsLocal runtime

mcp-auto-browser

通过远程调试端口连接浏览器的MCP服务

article

README

🚀 MCP服务器连接工具

本工具可借助 --remote-debugging-port 实现MCP服务器与您浏览器的连接,为您的操作提供便利。

🚀 快速开始

使用 --remote-debugging-port 即可连接到您的浏览器的MCP服务器。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client