MCP Evernote Server is a Model Context Protocol server that integrates with Evernote for managing notes, notebooks, and tags, allowing users to create, read, update, and delete notes seamlessly.
From the registry: Evernote note management with OAuth and ENML conversion

$ npx -y -p @verygoodplugins/mcp-evernote mcp-evernote-authPlease install the `mcp-evernote` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get Evernote API credentials** — Visit dev.evernote.com, create an application, and copy Consumer Key and Consumer Secret (https://dev.evernote.com/)
- **Run OAuth authentication** — Run the auth script once to authenticate via browser OAuth; token saved to .evernote-token.json Run: `npx -y -p @verygoodplugins/mcp-evernote mcp-evernote-auth`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","-p","@verygoodplugins/mcp-evernote","-c","mcp-evernote"]
- required environment variables:
- `EVERNOTE_CONSUMER_KEY`: Evernote API Consumer Key (example: `<your-consumer-key>`)
- `EVERNOTE_CONSUMER_SECRET`: Evernote API Consumer Secret (example: `<your-consumer-secret>`)
- optional environment variables:
- `EVERNOTE_ENVIRONMENT`: 'production' or 'sandbox' (default: production) (example: `production`)
Note: Claude Code handles OAuth automatically via /mcp. Polling and webhook support available via optional env vars.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.EVERNOTE_CONSUMER_KEYrequiredYour Evernote API consumer key.EVERNOTE_CONSUMER_SECRETrequiredYour Evernote API consumer secret.Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…