loading…
Search for a command to run...
loading…
This MCP server provides access to DEVONthink functionality via the Model Context Protocol (MCP). It enables listing, searching, creating, modifying, and managi
This MCP server provides access to DEVONthink functionality via the Model Context Protocol (MCP). It enables listing, searching, creating, modifying, and managing records and databases in DEVONthink Pro on macOS.
This MCP server provides access to DEVONthink functionality via the Model Context Protocol (MCP). It enables listing, searching, creating, modifying, and managing records and databases in DEVONthink Pro on macOS.

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": "project plan",
"comparison": "contains",
"database": "Inbox"
}
Returns:
{
"results": [
{ "id": "123", "name": "Project Plan", "path": "/Inbox/Project Plan.md" }
]
}
Add to your Claude configuration:
{
"mcpServers": {
"devonthink": {
"command": "npx",
"args": ["-y", "mcp-server-devonthink"]
}
}
}
See CLAUDE.md for full documentation, tool development guidelines, and API reference.
Run in your terminal:
claude mcp add devonthink-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.