chrome-bookmarks-mcp
Allows reading and writing bookmarks in the Brave browser (as well as Chrome and Edge) through the chrome.bookmarks API, enabling tree analysis, folder restructuring, batch operations, deduplication, dead-link detection, and stale-bookmark detection.
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., "@chrome-bookmarks-mcpAnalyze my bookmarks tree and propose a reorganization"
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.
chrome-bookmarks-mcp
Work in progress — walking skeleton. Tools land slice by slice; see
docs/milestones/.
An MCP server that gives Claude read/write access to Chrome (and Brave/Edge) bookmarks for agentic reorganisation: tree analysis, folder-structure proposals, batch move/rename/delete plans with snapshots and rollback, deduplication, dead-link detection, and stale-bookmark detection via Chrome's History database.
Architecture
Claude Desktop / Claude Code
⇅ stdio (MCP)
packages/mcp-server (Node.js / TypeScript, SDK-free tool seam)
⇅ WebSocket on 127.0.0.1:<PORT> (localhost only)
packages/extension (Manifest V3 service worker)
⇅ chrome.bookmarks API
Live Chrome — changes visible instantly, sync-safeWrites go only through the extension (chrome.bookmarks); Chrome's Bookmarks file is never
written. Reads currently parse the Bookmarks file; live reads through the extension arrive with a
later milestone.
Tools
Tool | Kind | What it answers |
| read | browser/profile, Bookmarks file found?, bridge connected?, writes enabled? |
| read | folder outline with counts (no URLs), from roots or a folder guid, depth-limited |
Write tools (planned: plan_*, apply_plan, rollback) are hidden unless BOOKMARKS_ENABLE_WRITE=1;
each defaults to dryRun: true and snapshots first. See docs/adr/0002-write-path-and-safety.md.
Quick start (Claude Code, from this repo)
pnpm install && pnpm build.mcp.json in the repo root registers the server as chrome-bookmarks. Ask: "what's the state of my
bookmarks bridge?" → bookmarks_status. For live access load the extension: chrome://extensions →
Developer mode → Load unpacked → packages/extension/dist.
Config (env): BOOKMARKS_BROWSER (chrome|brave|edge) · BOOKMARKS_PROFILE (Default) ·
BOOKMARKS_WS_PORT (48765; the extension reads chrome.storage.local.wsPort, default 48765) · BOOKMARKS_ENABLE_WRITE · BOOKMARKS_FILE (override path) ·
BOOKMARKS_LOG_LEVEL.
Development
./init.sh # deps, typecheck, build, smoke
pnpm verify # typecheck + lint + test — the only definition of "done"
make ext # build the unpacked extension → packages/extension/dist
pnpm -F @chrome-bookmarks-mcp/server inspect # MCP InspectorHow this repo is developed with agents: CLAUDE.md (rules), CONTEXT.md (vocabulary),
docs/adr/ (decisions), docs/milestones/ (the one active plan), docs/blessed-paths/ (recipes),
.claude/ (permissions, hooks, subagents, path-scoped rules).
AI attribution
AI-generated lines are tracked with Git AI via git notes
(git log --show-notes=ai, git ai stats).
License
MIT
This server cannot be installed
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 Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/caelum29/chrome-bookmarks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server