Skip to content
Cursor

MCP Evernote for Cursor

io.github.verygoodplugins/mcp-evernote

Evernote note management with OAuth and ENML conversion

client:Cursor transport:stdio runtime:npm

Install MCP Evernote in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-evernote": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Evernote in other clients