Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Edge

FreeNot checked

Edge — Model Context Protocol server

GitHubEmbed

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

from github.com/iakov-gan/mcp-server-edge

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-edge

FAQ

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

Compare Edge with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs