F
licenseNot graded
qualityD
maintenanceMCP server for Evernote China (印象笔记), enabling Claude to list notebooks and notes, search, read, create, and update notes via natural language.
1
-
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct operation: listing notebooks, searching notes, creating a note, and retrieving a specific note. There is no overlap or ambiguity.
All tool names follow a consistent verb-noun pattern using snake_case (list-notebooks, find-notes, create-note, get-note), making them predictable.
With 4 tools, the server covers the core notebook and note operations without being overly numerous or sparse for its purpose.
The server provides basic CRUD for notes but lacks update and delete operations for both notes and notebooks, leaving notable gaps in lifecycle coverage.