mnott/Devon
DevonThink MCP
Platform-specific configuration:
{
"mcpServers": {
"Devon": {
"command": "npx",
"args": [
"-y",
"Devon"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
DEVONthink MCP server for Claude Code. Zero-config setup — one command and you're done.
33 tools for full DEVONthink integration — search, CRUD, AI, tags, smart groups, email threading, and more. All MIT-licensed, zero external dependencies beyond the MCP SDK.
---
If you have Claude Code, just ask:
> "Hey Claude, clone Devon from github.com/mnott/Devon and set it up for me"
Claude will clone the repo, build it, configure ~/.claude.json, and enable the server. Restart Claude Code and all 33 DEVONthink tools are available.
---
With this server running, Claude Code can:
---
---
In Claude Code, ask Claude to set it up:
> "Clone Devon from github.com/mnott/Devon into ~/dev/ai and configure it"
Claude clones, builds, configures ~/.claude.json, and enables the MCP server.
npx @tekmidian/devon setupInteractive CLI that checks prerequisites, configures ~/.claude.json, and enables the server.
git clone https://github.com/mnott/Devon ~/dev/ai/devon
cd ~/dev/ai/devon
npm install
npm run build
node dist/index.js setup
Loading reviews...