MCP.so
登录
C

Codingbaby Browser Mcp

@sydneyassistent

关于 Codingbaby Browser Mcp

暂无概览

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

sydneyassistent

提交者

Kelly Gong

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "codingbaby-browser-mcp": {
      "command": "npx",
      "args": [
        "@sydneyassistent/codingbaby-browser-mcp"
      ]
    }
  }
}

工具

14

Navigate to a URL

Perform click on a web page

Type text into focused element

Press a key or key combination on the keyboard

Close the browser

Scroll the page in a specified direction

Set the viewport configuration of the browser

Take a screenshot of a specific area of the current page

Wait for a specified number of seconds, with a screenshot of the current page state after waiting

List browser tabs

Open a new tab

Select a tab by index

Close a tab

Execute a batch of browser operations in sequence. This powerful tool allows combining multiple actions (click, type, press_key, etc.) into a single command, reducing round-trip time. Ideal for form filling, search operations, and simple navigation sequences.

评论

浏览器自动化 分类下的更多 MCP 服务器