MCP Evernote for Zed
io.github.verygoodplugins/mcp-evernote
Evernote note management with OAuth and ENML conversion
client:Zed
transport:stdio
runtime:npm
Install MCP Evernote in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-evernote": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-evernote"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs