About
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 |
Installing Edge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/iakov-gan/mcp-server-edgeFAQ
Is Edge MCP free?
Yes, Edge MCP is free — one-click install via Unyly at no cost.
Does Edge need an API key?
No, Edge runs without API keys or environment variables.
Is Edge hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Edge in Claude Desktop, Claude Code or Cursor?
Open Edge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Edge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
