Evernote

Evernote MCP Connector for Claude

A+

Manage personal notes via Evernote — create and search notes, handle notebooks and tags, and monitor account quotas directly from any AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Evernote account to any AI agent and take full control of your personal knowledge management and note-taking workflows through natural conversation.

What you can do

  • Note & Content Orchestration — Retrieve the full body and metadata of any note by GUID, including ENML body content and nested attachment attributes natively
  • Semantic & Syntax Search — Execute powerful queries across all notebooks using Evernote's advanced syntax (keywords, tag filters, creation dates) to find information instantly
  • Notebook Management — List all notebooks and retrieve detailed metadata including note counts and stack assignments to browse your workspace hierarchy
  • Live Note Creation — Provision new notes inside specific notebooks by providing titles and plain-text or ENML content for immediate cross-device synchronization
  • Categorical Tagging — Enumerate explicitly defined tags and manage nested tag hierarchies to filter and organize your personal database strictly
  • Account & Quota Oversight — Fetch authenticated profile information including account tier, service level, and real-time quota usage to monitor system limits
  • Metadata Auditing — Retrieve structural notebook representations and identify default status boundaries to manage your organizational topology flawlessly

How it works

  1. Subscribe to this server
  2. Enter your Evernote Developer Token (found in your Evernote Account Settings > Developer Token)
  3. Start managing your notes from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Knowledge Workers — search for research notes and organize meeting minutes using natural language
  • Writers & Researchers — create and update drafts and manage tag hierarchies without opening the Evernote app
  • Project Managers — audit notebook stacks and monitor team contribution counts through natural conversation
  • Developers — test and debug Evernote ENML rendering and note synchronization logic in real-time
personal-knowledge-basedocument-storagesemantic-searchnote-organizationcloud-syncmetadata-extraction

10 tools expose this connector's capabilities to your AI agent.

list_notebooks

Use this to discover available notebooks before listing notes within them. Retrieve all Evernote notebooks for the authenticated account

get_notebook

Fetch detailed metadata for a specific Evernote notebook by its GUID

create_notebook

Returns the newly created notebook GUID and metadata. Create a new Evernote notebook

list_notes

Use en.get_note to fetch full content. List up to 50 notes inside a specific Evernote notebook

get_note

The content is returned in Evernote Markup Language (ENML). Retrieve the full content and metadata of a single Evernote note by GUID

create_note

The note is immediately synced and available across all Evernote clients. Create a new note inside a specified Evernote notebook

update_note

This triggers a sync and increments the updateSequenceNum. Update the title and/or content of an existing Evernote note

search_notes

Returns matching note metadata. Search across all Evernote notes using Evernote's powerful query syntax

list_tags

Useful for filtering and organizing notes. Retrieve all tags defined in the Evernote account

get_user

Get profile information for the currently authenticated Evernote user

See how to talk to your AI agent using Evernote.

Create a note in 'Work' notebook with title 'Meeting Actions' and content 'Follow up with team.'

Note created! 'Meeting Actions' has been added to your 'Work' notebook (GUID: abc-123). It is now synced and available in Evernote.

Search for notes containing 'recipe' and tagged 'favorite'

Searching notes... I found 3 matches: 'Lasagna Recipe', 'Apple Pie', and 'Classic Pancakes'. Would you like the full content for any of these recipes?

List all my notebooks and their note counts

Retrieving notebooks... You have 5 notebooks: 'Inbox' (12 notes), 'Work' (45 notes), 'Projects' (8 notes), 'Ideas' (22 notes), and 'Archive' (100+ notes). Which one would you like to explore?

Yes. Use the 'search_notes' tool. You can use Evernote's query syntax like 'tag:work' or 'tag:ideas' to filter results. The agent executes the structural match and returns matching note metadata.

Related Connectors