ai-bookmark-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| readB | Parse a Netscape bookmark HTML file and return a concise summary of bookmarks and folders. |
| searchC | Search bookmarks by title, URL, domain, or folder path. |
| classifyB | Classify a URL/title into the bookmark taxonomy. |
| mergeB | Merge multiple bookmark HTML files. Deduplicates, classifies, renders folder SVG icons, and groups leaf folders by domain. |
| exportC | Export a bookmark file as classified HTML, JSON, CSV, or Markdown. |
| statsC | Get bookmark count, folder count, and top-level distribution for a bookmark file. |
| index_bookmarksC | Index bookmark metadata/content into a local SQLite FTS5 database. Offline mode is deterministic and network-free by default. |
| get_index_statusC | Return content index status for the SQLite bookmark database. |
| search_bookmarks_fulltextB | Search indexed bookmark page content using SQLite FTS5, with optional folder/domain filters. |
| get_bookmark_contentC | Return indexed content for a bookmark URL. |
| get_bookmark_content_rangeC | Return indexed content for a page range. Useful for PDF/page-aware sources when page offsets are available. |
| check_browser_connectionC | Check whether Chrome/Chromium is available through the Chrome DevTools Protocol remote debugging port. |
| open_in_browserB | Open a URL in Chrome via CDP, optionally extract visible DOM text and/or capture a screenshot. Tabs close by default. |
| extract_contentB | Open a URL in Chrome via CDP, extract visible page text and basic page counts, then close the tab. |
| navigate_and_readC | Alias for extract_content: navigate to a URL, extract visible page text, and close the tab. |
| read_bookmarksD | Alias for read. |
| search_bookmarksD | Alias for search. |
| get_treeC | Return the folder tree structure. |
| get_statsD | Alias for stats. |
| export_bookmarksD | Alias for export. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NirussVn0/AI-Bookmark-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server