Bookmark manager with a native MCP server. Save, tag, and search links — accessible to Claude Code, Cursor, and any MCP-compatible AI agent.
Overview
Bookmark manager with native MCP server
- 🔖 Save any URL with one command
- 🤖 AI auto-generates 3–7 tags + 2-sentence summary
- 🔍 Full-text search across titles, tags, and summaries
- 🔗 13 MCP tools: add, search, list, tag, RSS feed management
- 🔑 Auth: Bearer API Key
Perfect for Claude Code / Cursor users who want their bookmarks accessible to AI agents.
Server Config
{
"mcpServers": {
"keenmarks": {
"type": "http",
"url": "https://api.keenmarks.com/mcp",
"headers": {
"Authorization": "Bearer apk_YOUR_API_KEY"
}
}
}
}