Browser MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| launchB | 启动浏览器。可以选择无头模式(后台,不显示窗口)或有窗口模式。 |
| closeA | 关闭浏览器,释放资源。 |
| statusA | 查看浏览器当前状态(是否启动、当前 URL 等)。 |
| navigateB | 导航到指定 URL,支持任何网站。可用于打开网页、点击链接后的跳转。 |
| backB | 浏览器后退一页 |
| forwardA | 浏览器前进一页 |
| reloadB | 刷新当前页面 |
| get_textA | 提取页面的文本内容(纯文本,去除 HTML 标签)。支持全文或 CSS 选择器指定范围。 |
| get_linksA | 获取页面上所有链接( 标签),返回 URL 和链接文字。 |
| get_inputsA | 获取页面上所有可输入的表单元素(input、textarea、select),返回元素引用和名称。 |
| screenshotB | 对当前页面截图。可截全屏、指定元素,或页面可见区域。 |
| clickB | 点击页面上指定元素(按钮、链接、任意可点击元素)。支持 CSS 选择器或元素索引。 |
| fillA | 向输入框填入文本(会先清空现有内容)。 |
| selectB | 在下拉框()中选择选项 |
| checkA | 勾选或取消勾选复选框/单选框 |
| searchA | 在页面中搜索文本(Ctrl/Cmd+F 行为),高亮匹配项并返回位置信息。 |
| wait_for_selectorB | 等待指定元素出现在页面中(可用于等待页面加载、弹窗等) |
| wait_for_urlA | 等待页面跳转到指定 URL(支持通配符 *) |
| sleepA | 等待一段时间(毫秒),等待浏览器 JS 执行或页面渲染 |
| scrollC | 滚动页面。可以按像素、元素或比例滚动。 |
| hoverA | 鼠标悬停在指定元素上(可触发 hover 效果,如显示下拉菜单) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akioo77/browser-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server