ソース情報
- リポジトリ
- seanGSISG/onenote-mcp
- ソースの最終更新活動
- 2026年7月22日 18:20
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/seanGSISG/onenote-mcp --skill onenoteコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | onenote |
| description | Read, search, and create Microsoft OneNote content through the OneNote MCP tools. |
Use the OneNote MCP tools for requests involving the user's Microsoft OneNote notebooks, sections, or pages.
Before accessing notes, call authenticationStatus. If authentication is
required, call authenticate, give the returned Microsoft device-login URL and
code to the user, and wait for them to finish signing in before checking status
again.
Use list tools to obtain exact notebook, section, and page IDs before resource-specific operations. Never guess an ID or silently select the first result. Confirm the target section, title, and content before creating a page when the user's request leaves any of them ambiguous.
Treat note contents as private user data. Summarize only what the user requested and do not expose access tokens or authentication artifacts.