AWebAgent
Leverages OpenAI models (e.g., GPT-4o) to power semantic element selection, self-healing, and AI analysis for browser automation tasks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AWebAgentnavigate to google.com and search for 'AI agents'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AWebAgent
AI 驱动的智能浏览器自动化 MCP 服务器,支持多 AI 提供商。
特性
多 AI 提供商支持: OpenAI、阿里千问、DeepSeek、Moonshot、智谱 AI 等
语义选择器: 使用自然语言描述定位元素,无需 XPath/CSS
Self-Healing: 元素定位失败时自动诊断修复
HITL 中断: 关键操作前请求用户确认
Fast/Slow Path: 重复任务自动编译成低成本脚本
Related MCP server: Browser Automation MCP
快速开始
# 安装依赖
npm install
# 安装浏览器
npm run playwright:install
# 配置 API 密钥
cp mcp-server/.env.example mcp-server/.env
# 编辑 .env 文件填入你的 API 密钥
# 运行
npm run mcp:dev环境变量
变量 | 说明 | 示例 |
| API 密钥 |
|
| 提供商 |
|
| 模型名称 |
|
| 视觉模型 |
|
Cursor 集成
编辑 .cursor/mcp.json:
{
"mcpServers": {
"browser-automation": {
"command": "npx",
"args": ["tsx", "path/to/mcp-server/server.ts"],
"env": {
"AI_API_KEY": "your-api-key",
"AI_PROVIDER": "qwen"
}
}
}
}可用工具
工具 | 说明 |
| 导航到 URL |
| 点击元素 |
| 输入文本 |
| 获取页面快照 |
| 智能执行复杂任务 |
| AI 分析页面 |
文档
详细文档请查看 mcp-server/README.md
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI-powered browser automation, web scraping, and testing using Playwright across Chromium, Firefox, and WebKit. It allows users to perform actions like navigation, clicking, typing, and taking screenshots through natural language interfaces.Last updated14MIT
- AlicenseAqualityDmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.Last updated141032Apache 2.0
- AlicenseBqualityAmaintenanceBrowser automation MCP server with persistent memory for AI assistants, enabling automated web testing and workflow replay with self-healing selectors.Last updated543MIT
- Alicense-qualityDmaintenanceAn MCP server for web automation using Selenium WebDriver, enabling AI assistants to navigate, interact with elements, take screenshots, and manage browser storage.Last updated10MIT
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Gu-Heping/awebagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server