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

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.