69
/ 100
10 days ago
glama

OneNote MCP Server

Connects to OneNote via Microsoft Graph and exposes tools to list notebooks, sections, pages, and read page content.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: AZURE_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configHOST0.0.0.0 PORT=8000 python -m onenote_mcp.main
configPORT3000 python -m onenote_mcp.main
configAZURE_TENANT_ID4. In .env: set AZURE_CLIENT_ID; optionally and AZURE_REDIRECT_URI (default http://localhost:8400).
configAZURE_CLIENT_ID4. In .env: set ; optionally AZURE_TENANT_ID and AZURE_REDIRECT_URI (default http://localhost:8400).
🔐 secretAZURE_CLIENT_SECRETApplication (app-only): set AZURE_TENANT_ID, AZURE_CLIENT_ID, , and ONENOTE_USER_ID.
configMCP_BASE_URL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/benamaraissam-onenote-mcp-1pqxrn)](https://m8ven.ai/mcp/benamaraissam-onenote-mcp-1pqxrn)
commit: 30e63dada26c2d2b9d2febb402fd8527f838fbf0
code hash: a1cf55c22c78f8969f0a58c832e04f1124a6b4f00dbb1963078d67e64cb10421
verified: 7/21/2026, 8:44:46 AM
view raw JSON →