What is the Bookmark Lens MCP server?
Local-first bookmark management with semantic search and AI-powered organization
How to install Bookmark Lens
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bookmark-lens": {
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bookmark-lens": {
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bookmark-lens": {
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bookmark-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}Claude Code
claude mcp add bookmark-lens -- uvx bookmark-lensRelated MCP servers
Semantic search knowledge base with serverless LanceDB. Zero setup, 100% local, 25+ file types