此MCP服务器通过模型上下文协议(MCP)提供对DEVONthink功能的访问。它支持在macOS上的DEVONthink Pro中列出、搜索、创建、修改和管理记录及数据库。

is_running
{ "success": true | false }create_record
delete_record
move_record
get_record_properties
search
lookup_record
create_from_url
get_open_databases
list_group_content
get_record_content
rename_record
add_tags
remove_tags
classify
compare
{
"query": "项目计划",
"comparison": "包含",
"database": "收件箱"
}
返回:
{
"结果": [
{ "id": "123", "名称": "项目计划", "路径": "/收件箱/项目计划.md" }
]
}
添加到您的Claude配置:
{
"mcpServers": {
"devonthink": {
"命令": "npx",
"参数": ["-y", "mcp-server-devonthink"]
}
}
}
参见CLAUDE.md获取完整文档、工具开发指南和API参考。