server-namiaibrowser-use
v0.6.2
Published
A Model Context Protocol server that provides Namiai Browser automation capabilities using Puppeteer.
Downloads
138
Readme
MCP Server Of namiaibrowser-use
A Model Context Protocol server that provides Namiai Browser automation capabilities using Puppeteer.
Environment
- Namiai Browser must be installed
Use
Npx
{
"mcpServers": {
"namiaibrowser-use": {
"command": "npx",
"args": ["-y", "server-namiaibrowser-use"]
}
}
}Features
Tools
- browser_automation_task
- Use Nami AI Browser to help you automatically perform any browser tasks, such as navigating to a specified website, clicking on a specified element in a web page, filling out a form in a web page, obtaining website content, etc. You can perform any operation that can be done in Nami AI Browser.
- Input:
user_tasks:string- A series of tasks input by the user will be automatically executed by the Nami AI Browser, such as navigation, clicking on web page elements, filling out forms, obtaining web page content and other browser tasks.
注意事项
- 使用
console.error输出日志到终端 - 禁止使用
console.log输出日志: MCP Stdio 读取终端的输入/输出, 不是合法的 MCP Message 格式会导致解析失败, MCP Client 会处理成错误.
Publish
发布前需打包对应的 nanobrowser 扩展,打包后的代码目录放置在 namiaibrowser-use/ 目录下,且目录名必须为 nanobrowser
发布测试包流程
- 注释
mcp-servers/.npmrc中的NPM_TOKEN所在行 (若存在) - 运行
npm version [v]更改版本号: e.g. 0.0.1-test.1 - 运行
npm run publish:test
发布生产包流程 (通过流水线发布生产包 https://geelib.qihoo.net/geelib/pipelineTable?search=namiaibrowser-use_publish)
- 运行
npm version [v]更改版本号: e.g. 0.0.1 - 运行
npm publish
License
MIT
