Catalog
duke-book
Officialby gitHubDujianfeng
Manage Duke Bookmark notes, categories, and knowledge search from MCP clients.
Manages bookmarks, notes, categories, and enables knowledge search.
README not available yet.
Install
Configuration
Environment variables
DUKE_API_BASE_URLBase URL of the Duke Bookmark service.
DUKE_API_TOKENrequiredsecretDuke Bookmark API token used as the MCP user identity.
claude_desktop_config.json
{
"mcpServers": {
"duke-book": {
"command": "npx",
"args": [
"-y",
"duke-book@0.1.1"
],
"env": {
"DUKE_API_BASE_URL": "<YOUR_DUKE_API_BASE_URL>",
"DUKE_API_TOKEN": "<YOUR_DUKE_API_TOKEN>"
}
}
}
}