Back to Home
AnotherStream icon

mcp-notes-connector

Verified Safe

by AnotherStream

Overview

Implements a Model Context Protocol (MCP) server to integrate with the Evernote API, allowing MCP clients (like AI agents) to access and manage Evernote notes and notebooks.

Installation

Run Command
python -m mcp_notes_connector.server

Environment Variables

  • EVERNOTE_TOKEN
  • EVERNOTE_SANDBOX

Security Notes

The project uses environment variables for sensitive data (EVERNOTE_TOKEN) via `python-dotenv`, which is good practice. MCP communication occurs over `stdio`, limiting direct network exposure locally. The `evernote3` SDK is used for external API calls, which is generally reliable. No `eval` or `exec` found. Full input validation for currently unimplemented API methods (`search_notes`, `get_note`, `create_note`) needs to be confirmed once they are implemented, but the current structure handles arguments safely.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-11-23

Tags

EvernoteMCPAPI IntegrationNotes ManagementPython Server