onenote-mcp

ahmadAlMezaal/onenote-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
An MCP server for Microsoft OneNote — read, search, create, and delete pages via Microsoft Graph. Bring your notebooks into Claude, Cursor, and any MCP-compatible client.
View on GitHub → Try with Claude — $10 free →

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",
        "ahmadAlMezaal/onenote-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server for **Microsoft OneNote**. Bring your notebooks into Claude, Cursor, and any MCP-compatible client — list notebooks and sections, full-text search across pages, read individual pages, and create or delete pages from natural language. Authentication uses Microsoft's device-code flow against your own Entra ID app registration, so your data and credentials never leave your machine.

Tools (20)

GETONENOTE_MCP_CLIENT_IDONENOTE_MCP_HTTP_HOSTONENOTE_MCP_HTTP_PORTONENOTE_MCP_HTTP_TOKENONENOTE_MCP_TENANT_IDONENOTE_MCP_TOKEN_CACHEXDG_CONFIG_HOMEcreate_notebookcreate_pagecreate_sectioncreate_section_groupdelete_pagehttplist_notebookslist_section_groupslist_sectionspageIdread_pagesearch_pages

Topics

anthropicclaudecursormcpmicrosoft-graphmodel-context-protocolonenotetypescript