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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn 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.15MIT
- AlicenseAqualityDmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.14512Apache 2.0
- AlicenseBqualityCmaintenanceBrowser automation MCP server with persistent memory for AI assistants, enabling automated web testing and workflow replay with self-healing selectors.543MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for web automation using Selenium WebDriver, enabling AI assistants to navigate, interact with elements, take screenshots, and manage browser storage.11MIT
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