Описание
Edge — Model Context Protocol server
README
MCP server that exposes Microsoft Edge browser automation via Selenium as tools for GitHub Copilot CLI.
Setup
pip install -r requirements.txt
Ensure msedgedriver.exe in drivers/ matches your installed Edge version.
Usage
Run the server via stdio transport (configured in Copilot CLI settings):
{
"mcpServers": {
"edge-browser": {
"command": "python",
"args": ["C:/path/to/edge-mcp/server.py"]
}
}
}
Tools Reference
| Tool | Description |
|---|---|
launch_browser |
Start Edge session, optionally navigate to URL and auto-login |
close_browser |
Quit browser and clean up session |
get_session_status |
Check if browser is open, get current URL/title |
navigate |
Go to a URL |
go_back / go_forward / refresh |
Browser navigation |
read_page_text |
Get visible text (full page or scoped by selector) |
find_elements |
Find elements by CSS/XPath, return text + attributes |
get_element_attribute |
Get specific attribute of an element |
screenshot |
Capture page screenshot |
click |
Click an element |
type_text |
Type into an input field |
press_key |
Send keyboard keys |
select_option |
Select from dropdown |
run_actions |
Execute a batch of actions sequentially |
wait_for |
Wait for element to appear/disappear/be clickable |
execute_js |
Run JavaScript in the page |
login_graph_explorer |
Automated Graph Explorer login flow |
Установка Edge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/iakov-gan/mcp-server-edgeFAQ
Edge MCP бесплатный?
Да, Edge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Edge?
Нет, Edge работает без API-ключей и переменных окружения.
Edge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Edge в Claude Desktop, Claude Code или Cursor?
Открой Edge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Edge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
