MCP server for Microsoft OneNote via Graph API - notebooks, sections, pages, search, device-code auth, Vite webapp + Tauri desktop app
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"onenote-mcp": {
"command": "npx",
"args": [
"-y",
"sandraschi/onenote-mcp"
]
}
}
}
Run in terminal:
claude mcp add onenote-mcp npx -y sandraschi/onenote-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"onenote-mcp": {
"command": "npx",
"args": [
"-y",
"sandraschi/onenote-mcp"
]
}
}
}
README Excerpt
<p align="center"> <a href="https://github.com/casey/just"><img src="https://img.shields.io/badge/just-ready_to_go-7c5cfc?style=flat-square&logo=just&logoColor=white" alt="Just"></a> <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
Tools (12)
authenticateonenoteonenote_create_pageonenote_get_notebookonenote_get_notebookTOConenote_get_pageonenote_list_notebooksonenote_list_pagesonenote_list_sectionsonenote_search_pagespythonuvx
Topics
fastmcpmcpmcp-servermicrosoft-graphonenotepython