AI-powered Evernote note management
Search, organize, and manage Evernote notes through Claude Desktop. Requires Evernote OAuth access token.
{
"mcpServers": {
"evernote": {
"mcpServers": {
"evernote": {
"env": {
"EVERNOTE_ACCESS_TOKEN": "YOUR_OAUTH_TOKEN"
},
"args": [
"-y",
"evernote-mcp-server"
],
"command": "npx"
}
}
}
}
}