server-namiaibrowser-use-sse
v0.0.1
Published
A Model Context Protocol server that provides Namiai Browser automation capabilities using Puppeteer.
Downloads
9
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.
Publish
发布前需打包对应的 nanobrowser 扩展,打包后的代码目录放置在 namiaibrowser-use-sse/ 目录下,且目录名必须为 nanobrowser
发布测试包流程
- 运行
pnpm version [v]更改版本号: e.g. 0.0.1-test.1 - 运行
pnpm publish:test
发布生产包流程
- 运行
pnpm version [v]更改版本号: e.g. 0.0.1 - 运行
pnpm publish
License
MIT
