MCP Evernote for VS Code
io.github.verygoodplugins/mcp-evernote
Evernote note management with OAuth and ENML conversion
client:VS Code
transport:stdio
runtime:npm
Install MCP Evernote in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-evernote": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-evernote"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs