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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables semantic search across browser bookmarks from Chrome, Firefox, Edge, Opera, and other browsers using natural language queries. Extracts and indexes bookmark content and metadata into a vector database for intelligent retrieval.Last updated1Apache 2.0
- Flicense-qualityDmaintenanceEnables AI assistants to search and analyze Chrome browser history and bookmarks data locally, including keyword searches, date range filtering, recent browsing activity, and usage statistics across all platforms.Last updated2

blackmount-mcpofficial
Alicense-qualityAmaintenanceEnables AI assistants to access and search local browser history, bookmarks, open tabs, and downloads for personalized context.Last updatedMIT
Krill.to MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to search and manage Twitter/X bookmarks via krill.to.Last updated271MIT
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
The best web search for your AI Agent
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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