mcpbeat Sign in

Bookmarks MCP Server

local only

Bookmarks MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 6 Aug 2026.

Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.

Installs per day peak 170 · avg 7
a month agotoday
63
Installs / week
npm · bookmarks-mcp
0
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Bookmarks MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bookmarks-mcp -- npx -y bookmarks-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bookmarks-mcp": {
      "args": [
        "-y",
        "bookmarks-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bookmarks-mcp]
command = "npx"
args = ["-y", "bookmarks-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bookmarks-mcp": {
      "args": [
        "-y",
        "bookmarks-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bookmarks-mcp": {
      "args": [
        "-y",
        "bookmarks-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bookmarks MCP

same job, measured the same way
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

70 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

43 installs/wk local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 97 tools, zero Chrome overhead.

2 035 installs/wk local only
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
Ghostfox
by autokeren

Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime

local only
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

21 installs/wk local only
Chrome DevTools MCP
by chromedevtools

MCP server for Chrome DevTools

1 465 302 installs/wk local only
Chrome DevTools MCP
by async23

MCP server for Chrome DevTools

44 installs/wk local only

Bookmarks MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bookmarks MCP?
Bookmarks MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bookmarks-mcp was installed 63 times last week.
How do I connect Bookmarks MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bookmarks-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bookmarks MCP?
The npm package bookmarks-mcp was installed 63 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bookmarks MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.