Connect Cursor
Connect Evernote to Cursor as an MCP server.
https://mcp.evernote.com/mcp- 1Open MCP settingsIn Cursor, open Settings → MCP → Add new server.
- 2Add the server URLUse https://mcp.evernote.com/mcp as the server URL, or add it to your project’s .cursor/mcp.json.
- 3Authorize EvernoteCursor launches the Evernote OAuth flow. Approve access to finish.
Prefer a config file? Use:
.cursor/mcp.json
{
"mcpServers": {
"evernote": {
"url": "https://mcp.evernote.com/mcp"
}
}
}