What is MCP?
The Model Context Protocol (MCP) is an open standard that lets AI assistants use external tools — like your LinkaGoGo bookmark collection — directly within a conversation.
What you can do
Save bookmarks while you work
Found a useful page while coding or researching? Tell your AI assistant to save it. No context switching, no opening a new tab, no copy-pasting URLs.
Ask about your collection
"What are my most visited bookmarks?" "How many bookmarks do I have about Python?" "Show me everything in my Recipes folder." Your AI assistant can search, filter, and summarize your bookmarks on the fly.
Bulk cleanup
Ask your assistant to find dead links and fix them, tag untagged bookmarks, or reorganize an entire folder. Operations that would take hours manually happen in a single conversation.
Export and share
"Export my Recipes folder as HTML" or "Give me all my bookmarks about machine learning as a markdown list." Your assistant can export in multiple formats without you ever touching the UI.
Example prompts
- "Save this to my Python folder"
- "What are my most visited bookmarks?"
- "Find dead links and fix them"
- "Export my Recipes folder as HTML"
- "Tag all my untagged bookmarks in the Dev folder"
- "Set a weekly reminder on my news bookmarks"
- "Move everything about CSS into a new Web Design folder"
Available tools
The LinkaGoGo MCP server exposes these tools to your AI assistant:
- search_bookmarks — full-text search with filters
- add_bookmark — save a new bookmark with title, keywords, folder
- update_bookmark — edit title, URL, keywords, description
- delete_bookmark / delete_bookmarks — remove one or many
- move_bookmarks — move bookmarks between folders
- tag_bookmarks — add or replace keywords on multiple bookmarks
- rate_bookmarks — set star ratings
- favorite_bookmarks — mark or unmark as favorites
- list_folders / create_folder / rename_folder / move_folder / delete_folder — full folder management
- import_bookmarks / export_bookmarks — HTML and XBEL formats
- get_stats — collection statistics
- get_dead_links — broken bookmark detection
- set_reminder / get_reminders — bookmark reminders
Setup in 2 minutes
- Generate an API key in Account > API Keys within LinkaGoGo
- Add the MCP server configuration to your AI client (see the full setup guide for copy-paste configs)
- Start chatting — your bookmarks are now available in every conversation
Works with
- Claude Desktop
- VS Code (with Copilot or Claude extension)
- Cursor
- ChatGPT
- Any MCP-compatible client