Evernote MCP Server
by brentmid
Connect your AI assistant to Evernote for natural language queries and searches over your notes.
What it does
This server allows LLMs to interact with your Evernote account. It enables an AI assistant to search through your notes, retrieve specific content, and summarize information stored in your Evernote notebooks using natural language.
Tools
createSearch: Search notes using natural language queries.getSearch: Retrieve cached search results.getNote: Get detailed metadata for a specific note.getNoteContent: Retrieve full note content in text, HTML, or ENML format.
Installation
Using Docker (Recommended):
docker-compose up --build
Add to claude_desktop_config.json:
{
"mcpServers": {
"evernote": {
"command": "node",
"args": ["/path/to/evernote-mcp-server/mcp-server.js"]
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
git clone https://github.com/brentmid/evernote-mcp-server.git && cd evernote-mcp-server && docker-compose up --buildInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






