Evernote MCP server - allows LLMs that support MCP (like Claude Desktop) to query your notes in Evernote
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"evernote": {
"args": [
"exec",
"-i",
"--tty=false",
"evernote-mcp-server-evernote-mcp-server-1",
"node",
"mcp-server.js"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A local MCP server that connects Claude Desktop (or any MCP-compatible LLM) with your Evernote account, allowing contextual queries and searches over your notes using natural language.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'node' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked node against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
a self-hosted project management & Kanban solution + Instant shareable boards
All-in-one local AI hub for Obsidian — LLM chat with vault tools, MCP servers, RAG, workflow automation, encryption, and edit history. Fully private, no cloud required.
MCP Security Weekly
Get CVE alerts and security updates for Evernote Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A local MCP server that connects Claude Desktop (or any MCP-compatible LLM) with your Evernote account, allowing contextual queries and searches over your notes using natural language.
Enable local, secure AI-assisted access to your Evernote notes. For example:
"Summarize all my Evernotes regarding my Sea Pro boat."
This project allows the LLM to send MCP calls like createSearch, getNote, and getNoteContent, which are translated into API calls to Evernote. The response is returned to the LLM in a structured format.
v2.0.0: Production-Ready Docker Deployment
docker-compose up for instant deploymentv2.0.1: Enhanced MCP Protocol Support
v2.1.0: Container Stability and Error Resilience
v2.1.1: Production Logging Optimization