mcp-evernote
Verified Safeby verygoodplugins
Overview
Seamless integration with Evernote for note management, organization, and knowledge capture via Model Context Protocol.
Installation
npx -p @verygoodplugins/mcp-evernote mcp-evernoteEnvironment 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
mcp-obsidian
Provides a secure, universal AI bridge for Obsidian vaults, enabling MCP-compatible AI assistants to read, write, and manage notes.
obsidian-mcp-plugin
This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), enabling them to understand and navigate your notes as a connected knowledge graph.
evernote-mcp-server
Integrates Claude Desktop (or any MCP-compatible LLM) with Evernote for natural language contextual queries and searches over notes.
obsidian-http-mcp
Facilitates AI agents, such as Claude Code, to manage Obsidian notes by providing an HTTP-native Model Context Protocol (MCP) server, bypassing stdio transport bugs.