Connect Claude
Use Evernote from Claude Desktop, the Claude Code CLI, or claude.ai.
https://mcp.evernote.com/mcp- 1Open ConnectorsIn Claude Desktop, go to Settings → Connectors → Add custom connector.
- 2Paste the server URLEnter https://mcp.evernote.com/mcp as the remote MCP server URL.
- 3Authorize EvernoteClaude opens an Evernote sign-in window. Approve access and the connection is saved automatically — no API key needed.
Prefer a config file? Use:
.mcp.json
{
"mcpServers": {
"evernote": {
"url": "https://mcp.evernote.com/mcp"
}
}
}