edge-favorites-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@edge-favorites-mcpsearch for bookmarks with 'typescript' in them"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 bookmarks by keyword (matches name, URL, and folder) |
| List all bookmarks, optionally filtered by folder |
| List all unique folder paths |
Related MCP server: Chrome History & Bookmarks MCP Server
Installation
From GitHub Release
Download the latest
-bundled.tar.gzfrom ReleasesExtract it somewhere on your machine
Add to your MCP config (see below)
From Source
git clone https://github.com/danespinosa/edge-favorites-mcp.git
cd edge-favorites-mcp
npm installMCP 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\BookmarksLicense
MIT
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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