Skip to content
Zed

bookmarks mcp for Zed

io.github.fisher521/bookmarks-mcp

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

client:Zed transport:stdio runtime:npm

Install bookmarks mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bookmarks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

bookmarks mcp in other clients