MCP Notes Connector
Provides access to Evernote resources including notes, notebooks, and tags through the Evernote API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Notes Connectorsearch for notes about project planning from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Notes Connector
Evernote APIを利用したModel Context Protocol (MCP) サーバーの実装。
概要
このプロジェクトは、Evernote APIとの統合を提供するMCPサーバーです。ノート、ノートブック、タグなどのEvernoteリソースへのアクセスを可能にします。
現在の状態: 基本構造は完成していますが、Evernote API連携部分は未実装(スタブ状態)です。
Related MCP server: ClickUp MCP Server
クイックスタート
セットアップ方法と動作確認については、docs/QUICKSTART.md を参照してください。
プロジェクト状況
詳細な実装状況、今後のロードマップについては、docs/STATUS.md を参照してください。
セットアップ
仮想環境の作成とパッケージのインストール
# 仮想環境の作成
python -m venv venv
# 仮想環境の有効化
# Windows:
venv\Scripts\activate
# Linux/Mac:
source venv/bin/activate
# 依存パッケージのインストール
pip install -r requirements.txt
# または開発版のインストール
pip install -e ".[dev]"環境変数
.envファイルを作成し、以下の環境変数を設定してください:
EVERNOTE_TOKEN=your_evernote_developer_token
EVERNOTE_SANDBOX=true # サンドボックス環境を使用する場合開発
# サーバー起動
python -m mcp_notes_connector.server
# または
mcp-notes-connector # pip install後
# テスト実行
pytest
# コードフォーマット
black src/ tests/
# Lint
ruff check src/ tests/
# 型チェック
mypy src/プロジェクト構造
src/mcp_notes_connector/
├── __init__.py # パッケージ初期化
├── server.py # MCPサーバーのメインロジック
├── evernote_client.py # Evernote API クライアント
└── types.py # 型定義
tests/ # テストコード
docs/
├── ARCHITECTURE.md # アーキテクチャ詳細
├── STATUS.md # 実装状況とロードマップ
└── QUICKSTART.md # セットアップガイドドキュメント
ユーザー向け
docs/QUICKSTART.md - 最速でセットアップして動作確認
docs/STATUS.md - 実装状況、未実装項目、今後のロードマップ
docs/ARCHITECTURE.md - システムアーキテクチャの詳細
開発者向け(AIエージェント用)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that allows AI assistants like Claude to interact with Evernote, enabling them to create, search, read, and manage notes through natural language.Last updated4
- AlicenseBqualityDmaintenanceEnables integration with ClickUp's task management platform, allowing users to retrieve, create, update, and manage tasks and lists through the Model Context Protocol.Last updated42152MIT
- Alicense-qualityDmaintenanceEnables interaction with Trello boards, lists, and cards using the Model Context Protocol. Supports operations like fetching boards, lists, cards, and searching across boards.Last updated131MIT
- Alicense-qualityCmaintenanceEnables language models to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol.Last updated77MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Individual-analyst context layer: recall, remember, and reconcile your data and engineering context.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnotherStream/mcp-notes-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server