evernote-mcp-server (imsebarz/evernote-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 70 out of 100, grade C. It declares 26 tools. No publisher has claimed this listing.

C
Caution
70/100

evernote-mcp-server

Unofficial Evernote MCP server with 22 tools for full CRUD, semantic search, and AI features, enabling note management via natural language.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

imsebarz

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MCP_PROXY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes26 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

create_note
update_note

Update an existing note's title, content, or tags.

delete_note

Move a note to the trash.

get_note

Get a note by ID with its full content.

export_notes

Export one or more notes. Returns the exported data.

schedule_reminder

Schedule a reminder for a note at a specific time.

list_notebooks

List all notebooks in the account.

get_notebook

Get a notebook by ID.

create_notebook

Create a new notebook, optionally inside a stack.

delete_notebook

Permanently delete a notebook.

list_tags

List all tags in the account.

create_tag

Create a new tag.

update_tag

Rename a tag or change its parent.

search_notes

Search notes using AI-powered semantic search. Understands natural language queries.

ask_notes

Ask a question and get an AI-generated answer based on your notes.

find_related

Find notes related to a query, or get an AI answer if applicable.

ai_summarize

Summarize text using Evernote AI. Styles: bullet, email, meeting, paragraph, multi_paragraph, twitter.

ai_rephrase

Rephrase text using Evernote AI. Styles: concise, formal, friendly, funny, engaging, empathetic, human-like.

ai_suggest_tags

Get AI-suggested tags for a note.

ai_suggest_title

Get an AI-suggested title for a note.

get_user

Get the currently authenticated Evernote user's profile.

get_usage

Get account usage statistics: upload limits, note count, etc.

create_shortcut

Create a shortcut (bookmark) to a note, notebook, or tag.

delete_shortcut

Delete a shortcut by its ID.

get_thumbnail_url

Get the thumbnail image URL for a note.

rich_link

Generate a rich link preview for a URL.

// known CVEs in dependencies2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highthrift@0.22.0GHSA-526f-jxpj-jmg2

Apache Thrift vulnerable to Path Traversal, HTTP Request/Response Splitting, Uncontrolled Resource Consumption

highthrift@0.22.0GHSA-r67j-r569-jrwp

Apache Thrift Node.js bindings vulnerable to Uncontrolled Recursion

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configEVERNOTE_TOKEN_PATH./tokens.json npx tsx src/mcp-auth.ts
🔐 secretMCP_PROXY_API_KEYe =YOUR_SECRET \
configMCP_PROXY_PORT
configMCP_PROXY_SERVER
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

26/26 tools missing one or more hints — create_note (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); update_note (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); delete_note (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +23 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Secrets not logged

4 secret values sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

0 critical, 2 high severity in production deps — thrift@0.22.0 (high), thrift@0.22.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/imsebarz/evernote-mcp-server?variant=verified)](https://m8ven.ai/mcp/imsebarz/evernote-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ce720cebaddb6de02229c541c9bbf1150bc50f47
code hash: 69af875c0ada88c414b11999a7cc7cdefbf1729a52e66895777971f8063469bb
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client