Evernote Connector for AI agents.
10 live capabilities
Search and organize your personal knowledge base through natural conversation.
Waiting for input…
Why people use Evernote
Evernote for Personal Knowledge Management
This Connector changes that by letting your AI agent do the searching for you. Just tell your agent what you're looking for, and it uses Evernote's native syntax to pull up the exact note you need. You get your answer in seconds without ever leaving your chat window.
What Vinkius changes
You get a way to talk to your Evernote data instead of clicking through folders.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Researching a complex topic
A researcher asks their agent to find all notes tagged 'Biology' created in 2023.
- Real-world use case 02
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`.
- Real-world use case 03
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`.
Complete set · 10capabilities
The complete Evernote capability set.
These are the exact actions your AI can choose when you ask it to work with Evernote.
01—04
4 capabilities in this set.
Part of 10 available through Evernote.
- 01 Capability
List notebooks
Browse all your notebooks to see how they are organized. Use this to discover your workspace structure first.
- 02 Capability
Get notebook
Get the specific details and note counts for a single notebook. This helps you identify the size of your collections.
- 03 Capability
Create notebook
Create a new notebook and get its unique ID and metadata. This helps you build out your workspace hierarchy quickly.
- 04 Capability
Update note
Change the title or body of an existing note and trigger a sync. It updates the note sequence number automatically.
05—07
3 capabilities in this set.
Part of 10 available through Evernote.
- 05 Capability
Search notes
Use advanced query syntax to find notes across your entire account. This handles keywords, tag filters, and dates.
- 06 Capability
List tags
See all the tags you've defined to help organize your content. It allows for precise filtering across your database.
- 07 Capability
Get user
Fetch your profile info to see your current account status. This includes your account tier and service level.
08—10
3 capabilities in this set.
Part of 10 available through Evernote.
- 08 Capability
List notes
See up to 50 notes inside a specific notebook. Use this to browse the contents of a specific category.
- 09 Capability
Get note
Pull the full content and metadata of a single note using its GUID. This retrieves the full body and attributes.
- 10 Capability
Create note
Add a new note to a notebook that syncs across all your devices immediately. It handles titles and plain-text content.
Set up in minutes
One URL. Then ask Evernote to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Evernote from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Evernote, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Evernote for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Evernote URL.
- Step 03
Save and start
Save the connection and enable Evernote in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"evernote": {
"url": "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Evernote
Open Agent mode in chat and ask: "Using Evernote, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"evernote": {
"url": "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Evernote
Ask Copilot: "Using Evernote, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"evernote": {
"url": "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Evernote
Open Cascade and ask: "Using Evernote, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"evernote": {
"url": "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Evernote
Ask Cline: "Using Evernote, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add evernote --transport http "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Evernote
Ask Claude: "Using Evernote, show me...". 10 tools are ready
Where the request belongs
Work Evernote can move forward.
Knowledge workers who feel buried in their own notes and need a faster way to find information.
Research Lead
Finding specific citations across hundreds of notebooks during deep work sessions.
Content Writer
Drafting notes and organizing tag hierarchies for different projects on the fly.
Project Manager
Auditing notebook stacks and checking team contribution counts through natural conversation.
Developer
Testing note synchronization and ENML rendering logic in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOneNote
Connect your AI agent to Microsoft OneNote to search, read, extract, and append content to your personal or enterprise notebooks seamlessly.
Amplenote
Connect your Amplenote workspace to your AI agent. search notes, manage tasks, and organize ideas via natural language.
Simplenote
Manage your Simplenote notes directly from your AI assistant. Create, search, edit, and organize plain-text notes without leaving the conversation.
Notesnook (Private Note Taking & E2EE)
Manage encrypted notes via Notesnook. create secure entries, sync your vault, and audit private notebooks.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Zoho Notebook
Manage notebooks, capture notes, and organize your ideas on Zoho Notebook. the secure and beautiful note-taking app.
Bring your own AI
Change the model, client or framework. Keep Evernote connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Evernote.
The practical details behind the request, access and result.
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' capability. 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' capability. 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' capability. Your agent will fetch authenticated profile information, including your current quota usage and service tier, to help you stay within system limits.
One connection away
Give your agent a direct line to Evernote.
Connect Evernote once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available