LinksBubble ships with a built-in Model Context Protocol (MCP) server. This allows AI coding assistants like Claude Desktop and Cursor to securely read your saved links, notes, and tags locally, providing deep context for your conversations.
Capabilities
- Semantic Search: Ask Claude to "find my notes on React performance" and the MCP server will query your local library.
- Direct Read: The assistant can instantly fetch the full parsed text of any URL you have captured.
- Tag Exploration: AI can traverse your tag hierarchy to build context on specific projects.
How to Enable
1. Open LinksBubble and go to Settings > Integrations > MCP Server.
2. Toggle the server to ON. Note the port number (default: 8080).
3. Add the following configuration to your claude_desktop_config.json:
"mcpServers": {
"linksbubble": {
"command": "npx",
"args": [
"-y",
"@linksbubble/mcp-server",
"--port",
"8080"
]
}
}
Once configured, restart Claude Desktop and you will see the LinksBubble tools available in your prompt interface.