mcpbeat Sign in

MCP Bookmark MCP Server

local only

MCP Bookmark runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from pypi. Last commit 26 Sep 2025.

MCP Server for adding bookmarks in openai RAG

Installs per day peak 33 · avg 12 · -23% w/w
a month agotoday
79
Installs / week
pypi · mcp-bookmark-server
0
Stars
0 open issues
26 Sep 2025
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check MCP Bookmark 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 mcp-bookmark -- uvx mcp-bookmark-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bookmark": {
      "args": [
        "mcp-bookmark-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-bookmark]
command = "uvx"
args = ["mcp-bookmark-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bookmark": {
      "args": [
        "mcp-bookmark-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-bookmark": {
      "args": [
        "mcp-bookmark-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (open ai api key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Bookmark

same job, measured the same way
GPT Chat
by codechap

MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings

local only
RAG Knowledge MCP
by csoai-org

Rag Knowledge MCP Server by MEOK AI Labs

192 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
gigachat-mcp
by theyahia

MCP server for GigaChat — AI chat, embeddings, image generation (Russia)

63 installs/wk local only
RAG Knowledge Graph MCP
by csoai-org

Rag Knowledge Graph MCP Server by MEOK AI Labs

202 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only
Investbrain
by mangofolio

Investment discipline MCP server with RAG, behavior detection, journaling, and market data.

local only
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only

MCP Bookmark — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Bookmark?
MCP Bookmark 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 pypi package mcp-bookmark-server was installed 79 times last week.
How do I connect MCP Bookmark?
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 mcp-bookmark-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Bookmark?
The pypi package mcp-bookmark-server was installed 79 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Bookmark open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.