MCP Gateway
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., "@MCP Gatewaybrowse to example.com and take screenshot"
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.
MCP Gateway
统一 MCP 工具网关 — Agent 通过它访问 WebPilot 浏览器工具及其他后端能力 给 Agent 用的 Electron 托盘应用
快速开始
# 1. 安装依赖
cd "C:\Users\13952\Desktop\cursor 工作\mcp-gateway"
npm install
# 2. 启动 Electron 托盘应用
npm run electron启动后:
系统托盘中出现 MCP Gateway 图标
Agent 可通过
http://127.0.0.1:9223/mcp连接如果 WebPilot 项目已安装依赖,Gateway 会自动拉起它并暴露 79 个浏览器工具
Related MCP server: mcp-electron-driver
架构
Agent (oh-agent-company 角色)
│ MCP 协议 (tools/list, tools/call)
▼
MCP Gateway (:9223)
├── Registry (工具注册表)
├── WebPilot Bridge → WebPilot daemon (:9224 MCP / :9225 HTTP) → Chrome (:9222 CDP)
└── [可插拔] 其他后端端口
端口 | 服务 | 说明 |
9223 | Gateway MCP | Agent 连接端点 |
9224 | WebPilot MCP | WebPilot 内部 MCP (由 Gateway 管理) |
9225 | WebPilot HTTP | WebPilot HTTP API (由 Gateway 代理) |
目录结构
mcp-gateway/
├── package.json
├── electron/
│ └── main.cjs # Electron 主进程 (单实例锁 + 托盘 + 启动 Gateway)
├── src/
│ ├── server.js # MCP Gateway 核心 (StreamableHTTP Server)
│ ├── registry.js # 工具注册表
│ └── webpilot-bridge.js # WebPilot 子进程管理 + 工具代理
└── resources/健康检查
curl http://127.0.0.1:9223/health
# => { "status": "ok", "backends": [...], "toolCount": 79 }开发
# 独立运行 (不带 Electron 托盘)
node src/server.js
# 环境变量
GATEWAY_PORT=9223 # Gateway 监听端口前置要求
Node.js >= 22
WebPilot-v4.0.1-handoff 项目 (
npm install在该目录下也需执行)Chrome (需开启
--remote-debugging-port=9222)
与 oh-agent-company 的集成
已更新的角色 (可使用 WebPilot MCP 工具):
角色 | 事业部 | 用途 |
web-tester | 02-科技与工程 | 浏览器自动化测试 |
qa-engineer | 02-科技与工程 | bug 复现、回归测试 |
security-auditor | 02-科技与工程 | 客户端安全扫描 |
market-researcher | 01-经济与产业 | 在线竞品调研 |
deep-researcher | 13-基础学科与人类科学 | 多源在线检索 |
academic-researcher | 03-教育与学术 | 学术数据库检索 |
详见 ../oh-agent-company/oh-agent-company/共享/场景模板/09-浏览器自动化测试.md
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
- AlicenseCqualityAmaintenanceMCP server for the UnClick agent platform, providing native endpoint tools for browser automation and AI agent workflows.Last updated1004AGPL 3.0
- AlicenseAqualityDmaintenanceDrive Electron apps from AI agents via MCP - click, type, drag, screenshot, eval JS, and more.Last updated391143MIT
- Flicense-qualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.Last updated14
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.Last updated1
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
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/ace-kekoukele/mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server