mcpbeat Sign in

MCP Evernote MCP Server

local only

MCP Evernote runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 12 Aug 2026.

Evernote note management with OAuth and ENML conversion

Installs per day peak 23 · avg 11 · +74% w/w
a month agotoday
68
Installs / week
npm · @verygoodplugins/mcp-evernote
32
Stars
1 open issues
12 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/post-install.js 2>/dev/null || true

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-evernote -- npx -y @verygoodplugins/mcp-evernote
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-evernote": {
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-evernote]
command = "npx"
args = ["-y", "@verygoodplugins/mcp-evernote"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-evernote": {
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-evernote": {
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Evernote

same job, measured the same way
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

139 installs/wk local only
MCP Focus Nfe
by codespar

MCP server for Focus NFe — NFe, NFSe, NFCe emission and management

29 installs/wk local only
Converly
by converly

Set up and manage conversion tracking by chatting with your AI assistant.

answering
Arcane RMCP
by dinglebear

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

52 installs/wk local only
Gotify RMCP
by dinglebear

Gotify notifications and app, client, and message management over MCP and CLI.

70 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
webPosto
by mcp-dir

webPosto ERP (management for gas stations and convenience stores) via session capture with your auth

8 tools answering
ASAM ODS odsbox jaquel MCP Server
by totonga

MCP server for ASAM ODS with Jaquel query tools, connection management, and data access

883 installs/wk local only

MCP Evernote — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Evernote?
MCP Evernote runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @verygoodplugins/mcp-evernote was installed 68 times last week.
How do I connect MCP Evernote?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @verygoodplugins/mcp-evernote straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Evernote?
The npm package @verygoodplugins/mcp-evernote was installed 68 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Evernote open source?
We cannot say either way: written in TypeScript, 32 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.