Microsoft Edge · Capability
Microsoft Edge Browser Development
Unified workflow for Microsoft Edge browser development combining DevTools Protocol debugging with Add-ons extension lifecycle management. Used by extension developers, web developers, and QA engineers.
What You Can Do
GET
List targets
— List all debuggable targets
/v1/targets
PUT
Create target
— Open a new browser tab
/v1/targets/new
GET
Get browser version
— Get browser version info
/v1/version
GET
List products
— List extension products
/v1/extensions
GET
Get product
— Get extension details
/v1/extensions/{productId}
MCP Tools
list-targets
List all debuggable browser targets in Microsoft Edge
read-only
create-target
Open a new browser tab in Microsoft Edge
activate-target
Bring a browser tab to the foreground
close-target
Close a browser tab
get-browser-version
Get Microsoft Edge browser version information
read-only
get-protocol-schema
Get the full DevTools Protocol schema definition
read-only
list-extensions
List all extension products in the Edge Add-ons store
read-only
get-extension
Get details of an extension product
read-only
create-submission
Submit an extension for review and publishing
get-submission-status
Check the status of an extension submission
read-only
upload-package
Upload a new extension package
get-upload-status
Check the status of a package upload
read-only
APIs Used
devtools-api
addons-api