SZ84.NET
Back to List
OfficialProductivityNotes

Evernote MCP

The official Evernote MCP server allows AI models to interact with your Evernote notebooks and notes. It provides tools for searching, reading, and creating notes, as well as managing notebooks and tags. This integration is perfect for AI-driven personal knowledge management and automating note-taking workflows.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "evernote": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-evernote"
      ],
      "env": {
        "EVERNOTE_DEVELOPER_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Key Features

Search across all Evernote notes and notebooks

Read and extract content from notes

Create and update notes with formatting

Manage notebooks, tags, and reminders

Server Details

The official Evernote MCP server allows AI models to interact with your Evernote notebooks and notes. It provides tools for searching, reading, and creating notes, as well as managing notebooks and tags. This integration is perfect for AI-driven personal knowledge management and automating note-taking workflows.

Pricing

free

Tags

OfficialProductivityNotes

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository