MCP Directory
Back

evernote-mcp-server

by brentmid · Thrift · ★ 49

Evernote MCP server - allows LLMs that support MCP (like Claude Desktop) to query your notes in Evernote

#ai-integration#api#automation#claude#claude-code#claude-desktop#evernote#express#mcp#model-context-protocol#nodejs#note-taking#oauth#productivity#thrift

Install

git clone https://github.com/brentmid/evernote-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "evernote-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:brentmid/evernote-mcp-server"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) [](https://github.com/brentmid/evernote-mcp-server/commits/main) [](https://github.com/brentmid/evernote-mcp-server/issues) [](https://github.com/brentmid/evernote-mcp-server/stargazers) 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 li…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers