ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Evernote with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage personal notes via Evernote. create and search notes, handle notebooks and tags, and monitor account quotas directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Evernote capability set.

These are the exact actions your AI can choose when you ask it to work with Evernote.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Evernote.

  1. 01

    Create note

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

  2. 02

    Create notebook

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

  3. 03

    Get user

    Get profile information for the currently authenticated Evernote user

  4. 04

    Search notes

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

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Evernote.

  1. 05

    Update note

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

  2. 06

    Get notebook

    Fetch detailed metadata for a specific Evernote notebook by its GUID

  3. 07

    List notebooks

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

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Evernote.

  1. 08

    List tags

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

  2. 09

    List notes

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

  3. 10

    Get note

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

Observed, not estimated

848ms average. Fast in production.

Evernote is checked daily against the live service.

Daily averagePeak 1089ms
Aug 20Today
Fastest day
678ms
Slowest day
1089ms
14-day trend
Slowing+8%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Evernote, so you can see the experience inside your AI.

It does not authenticate your account with Evernote. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Evernote Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Evernote capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "evernote-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_FZUbazYVknHXEN3rnLygCErPfJU1TYSfCyE0sD6s/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Evernote owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.