# Evernote MCP for AI Agents AI Agent Connect

> Evernote MCP lets you manage your notes and notebooks through your AI agent. You can search your archives, create new entries, and organize your workspace without leaving your chat interface. It handles everything from metadata auditing to live note syncing across your devices.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/ai-agent-connect
- **Tags:** personal-knowledge-base, document-storage, semantic-search, note-organization, cloud-sync, metadata-extraction

## Description

You spend your day digging through old notes to find that one specific meeting recap or research point. Instead of switching tabs and manually filtering by tags, this Connector lets your AI agent do the heavy lifting. You can ask your agent to pull up a specific note by its unique ID, search through your entire library using complex filters, or even build out a new notebook structure on the fly. It bridges the gap between your personal knowledge base and your active workspace. When you're using Vinkius to manage your Connector connections, adding Evernote to your toolkit means your agent finally has a memory it can actually use. You can have your agent draft a new entry based on a conversation, update existing content, or check your account limits to make sure you're not hitting any walls. It turns your static archive into a dynamic, queryable resource that lives where you're already working.

## Tools

### list_notebooks
Browse all your notebooks to see how they are organized. Use this to discover your workspace structure first.

### get_notebook
Get the specific details and note counts for a single notebook. This helps you identify the size of your collections.

### create_notebook
Create a new notebook and get its unique ID and metadata. This helps you build out your workspace hierarchy quickly.

### update_note
Change the title or body of an existing note and trigger a sync. It updates the note sequence number automatically.

### search_notes
Use advanced query syntax to find notes across your entire account. This handles keywords, tag filters, and dates.

### list_tags
See all the tags you've defined to help organize your content. It allows for precise filtering across your database.

### get_user
Fetch your profile info to see your current account status. This includes your account tier and service level.

### list_notes
See up to 50 notes inside a specific notebook. Use this to browse the contents of a specific category.

### get_note
Pull the full content and metadata of a single note using its GUID. This retrieves the full body and attributes.

### create_note
Add a new note to a notebook that syncs across all your devices immediately. It handles titles and plain-text content.

## Prompt Examples

**Prompt:** 
```
Find my notes about 'organic gardening' that I wrote last month.
```

**Response:** 
```
I searched your Evernote notes for 'organic gardening' from the last month. I found 4 matches:

| Note Title | Date | Tags |
| :--- | :--- | :--- |
| Soil Prep | Oct 12 | #gardening, #prep |
| Seed Selection | Oct 15 | #gardening |
| Compost Mix | Oct 20 | #compost |
| Pest Control | Oct 28 | #organic |

Would you like me to pull the full content for any of these?
```

**Prompt:** 
```
Create a new notebook called 'Home Renovation' and add a note inside it called 'Budget' with the text 'Need to buy paint.'
```

**Response:** 
```
I've updated your Evernote account:

* **New Notebook:** 'Home Renovation' created successfully.
* **New Note:** 'Budget' has been added to that notebook.

**Note Content:** 
Need to buy paint.

This is now synced across all your devices.
```

**Prompt:** 
```
What's my current account status?
```

**Response:** 
```
Here is your current Evernote account information:

* **Tier:** Premium
* **Service Level:** Standard
* **Quota Usage:** 42% of your monthly limit used.

You have plenty of room left for the rest of the month.
```

## Capabilities

### Search archives with complex filters
Find specific entries across all your notebooks using keywords and date filters.

### Create notes and notebooks instantly
Add new content to your workspace without opening a browser tab.

### Update existing note content
Modify titles or bodies of notes and trigger an immediate sync across devices.

### Audit account and quota limits
Check your current subscription tier and real-time usage limits.

### Organize tags and hierarchies
Manage your tag structure and notebook stacks via natural language.

### Fetch specific note metadata
Retrieve full note bodies and nested attachment attributes by GUID.

## Use Cases

### Researching a complex topic
A researcher asks their agent to find all notes tagged 'Biology' created in 2023. The agent uses `search_notes` to pull the list instantly.

### Capturing meeting actions
A manager tells the agent to create a new note in the 'Work' notebook with the day's action items using `create_note`.

### Auditing project archives
A user asks the agent to list all notebooks and their note counts to see which projects need archiving via `list_notebooks`.

### Drafting content drafts
A writer asks the agent to draft a new note about 'Organic Gardening' and sync it to their mobile device using `create_note`.

## Benefits

- Find information faster by using `search_notes` to run complex queries across all your notebooks at once.
- Keep your workspace organized by using `create_notebook` and `list_tags` to build out new categories without manual clicks.
- Draft content on the fly using `create_note` to sync new thoughts to your devices instantly.
- Keep your data current with `update_note` to modify titles and bodies while maintaining your sync sequence.
- Monitor your account health by using `get_user` to check your tier and real-time quota usage.
- Manage your hierarchy more effectively by using `list_notebooks` to see your full workspace structure.

## How It Works

The bottom line is you get a way to talk to your Evernote data instead of clicking through folders.

1. Subscribe to the Evernote MCP on Vinkius.
2. Paste your Evernote Developer Token into your AI client settings.
3. Ask your agent to find, create, or edit your notes.

## Frequently Asked Questions

**Can the Evernote MCP help me find old notes?**
Yes, it can search your entire archive using keywords, tags, and dates. It pulls results from all your notebooks so you don't have to click through folders.

**How does the Evernote MCP handle my existing notebooks?**
It automatically detects your current notebook structure. You can ask your agent to list them, browse them, or create new ones to stay organized.

**Can I create new notes using the Evernote MCP?**
You can. Just tell your agent what to write and which notebook to put it in. The note will sync to your mobile app and desktop immediately.

**Does the Evernote MCP sync with my mobile app?**
Yes, because it uses the official Evernote API, any note created or updated by your agent will appear on all your synced devices.

**How do I check my Evernote limits with this Connector?**
You can simply ask your agent for your account status. It will check your current tier and tell you how much of your quota you've used.

**Can my agent search for notes with specific tags in Evernote?**
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.

**How do I create a new note in a specific notebook via chat?**
Use the 'create_note' tool. Provide the 'notebook_id' (GUID), a title, and the content. The note will be created and synced across all your Evernote clients immediately.

**Can I check my monthly upload quota through the agent?**
Absolutely. Use the 'get_user' tool. Your agent will fetch authenticated profile information, including your current quota usage and service tier, to help you stay within system limits.