Skip to main content
Glama
danespinosa

edge-favorites-mcp

by danespinosa

Edge Favorites MCP Server

A local MCP (Model Context Protocol) server that reads your Microsoft Edge browser favorites and lets you search them via an AI agent.

Tools

Tool

Description

search_favorites

Search bookmarks by keyword (matches name, URL, and folder)

list_favorites

List all bookmarks, optionally filtered by folder

list_folders

List all unique folder paths

Related MCP server: Chrome History & Bookmarks MCP Server

Installation

From GitHub Release

  1. Download the latest -bundled.tar.gz from Releases

  2. Extract it somewhere on your machine

  3. Add to your MCP config (see below)

From Source

git clone https://github.com/danespinosa/edge-favorites-mcp.git
cd edge-favorites-mcp
npm install

MCP Configuration

Add this to your MCP client config (e.g. ~/.copilot/mcp-config.json):

{
  "mcpServers": {
    "edge-favorites": {
      "command": "node",
      "args": ["/path/to/edge-favorites-mcp/index.js"]
    }
  }
}

How It Works

The server reads the Edge Bookmarks JSON file and exposes search/list tools over the MCP stdio protocol. Bookmarks are read fresh on each request so new favorites are always picked up.

By default, it reads bookmarks from:

%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Bookmarks

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/danespinosa/edge-favorites-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server