Back to Home
verygoodplugins icon

mcp-evernote

Verified Safe

by verygoodplugins

Overview

Seamless integration with Evernote for note management, organization, and knowledge capture via Model Context Protocol.

Installation

Run Command
npx -p @verygoodplugins/mcp-evernote mcp-evernote

Environment Variables

  • EVERNOTE_CONSUMER_KEY
  • EVERNOTE_CONSUMER_SECRET
  • EVERNOTE_ENVIRONMENT
  • OAUTH_CALLBACK_PORT
  • EVERNOTE_POLLING_ENABLED
  • EVERNOTE_POLL_INTERVAL
  • EVERNOTE_WEBHOOK_URL
  • EVERNOTE_ACCESS_TOKEN
  • EVERNOTE_NOTESTORE_URL
  • EVERNOTE_WEBAPI_URL
  • EVERNOTE_USER_ID

Security Notes

The server securely handles Evernote OAuth tokens, storing them locally or using environment variables, with explicit warnings against committing secrets. The `auth-standalone.ts` script runs a local Express server on `localhost` for the OAuth callback, which is a standard and safe practice for local authentication flows. The server supports user-configured webhooks for change notifications (`EVERNOTE_WEBHOOK_URL`). While this involves making outbound network requests to a user-defined URL, the functionality is documented and the responsibility for ensuring the webhook endpoint's trustworthiness lies with the user. The data sent to webhooks is specific Evernote change data (GUIDs, titles, timestamps), not broader sensitive system information. No `eval` or code obfuscation was found, and the codebase appears clean.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens750
Stars2
Forks0
Last Update2026-01-19

Tags

EvernoteNote ManagementKnowledge CaptureMCP ServerOAuth