MCP Bookmark runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from pypi. Last commit 5 May 2026.
An MCP server that provides [describe what your server does]
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.
claude mcp add mcp-bookmark -- uvx mcp-bookmark-server-preedew
{
"mcpServers": {
"mcp-bookmark": {
"args": [
"mcp-bookmark-server-preedew"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-bookmark]
command = "uvx"
args = ["mcp-bookmark-server-preedew"]
{
"mcpServers": {
"mcp-bookmark": {
"args": [
"mcp-bookmark-server-preedew"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-bookmark": {
"args": [
"mcp-bookmark-server-preedew"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.