- Explore MCP Servers
- evernote-mcp-server
Evernote Mcp Server
What is Evernote Mcp Server
evernote-mcp-server is an unofficial MCP Server designed for interacting with Evernote, providing tools to manage notebooks and notes.
Use cases
Use cases include automating note retrieval for reporting, integrating Evernote with other applications, and managing personal notes programmatically.
How to use
To use evernote-mcp-server, clone the repository from GitHub, install the necessary dependencies using npm, and configure your Evernote API token in a JSON configuration file.
Key features
Key features include listing all notebooks, listing notes within a notebook, and reading the content of a note. Note creation and updating features are planned but not yet implemented.
Where to use
evernote-mcp-server can be used in personal productivity applications, note-taking systems, and any project requiring integration with Evernote’s note management capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Evernote Mcp Server
evernote-mcp-server is an unofficial MCP Server designed for interacting with Evernote, providing tools to manage notebooks and notes.
Use cases
Use cases include automating note retrieval for reporting, integrating Evernote with other applications, and managing personal notes programmatically.
How to use
To use evernote-mcp-server, clone the repository from GitHub, install the necessary dependencies using npm, and configure your Evernote API token in a JSON configuration file.
Key features
Key features include listing all notebooks, listing notes within a notebook, and reading the content of a note. Note creation and updating features are planned but not yet implemented.
Where to use
evernote-mcp-server can be used in personal productivity applications, note-taking systems, and any project requiring integration with Evernote’s note management capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
evernote-mcp-server
MCP Server for Evernote (unofficial)
Feature
Provides the following MCP tools features:
list_evernote_notebooks: List all notebookslist_evernote_notes: List all notes in a notebookread_evernote_note: Read a note contentcreate_evernote_note: Create a noteupdate_evernote_note: Update content of a note
Configuration
Prerequisite
Evernote API token is required. You can get it from Evernote Developer Tokens.
Setup mcp settings
for example, create mcp.json in the root directory of this repository.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










