Question regarding OneNote MCP

VND Pant, Saurav 0 Reputation points
2026-05-27T12:53:24.6166667+00:00

Hi Microsoft Graph / OneNote team,

 

I'm evaluating Model Context Protocol (MCP) integrations for OneNote on behalf of an enterprise team, and I'd like to understand Microsoft's plans in this area.

 

Context on what's available today:

  • Anthropic's Microsoft 365 connector covers Outlook, SharePoint, OneDrive, and Teams via Graph, but OneNote is explicitly out of scope.
  • OpenAI's ChatGPT app directory ships native Microsoft 365 apps for Outlook, SharePoint, and Teams, but not OneNote.

 

My questions:

 

  1. Does Microsoft have plans to publish an official, Microsoft-built MCP server for OneNote?
  2. If yes, is there a public roadmap, preview program, or target timeline you can share?
  3. If not, is there guidance Microsoft can offer enterprises evaluating community MCP servers for OneNote (recommended scopes, app registration patterns, supportability posture)?
  4. Is there a Microsoft-recommended path for surfacing OneNote content to AI assistants today — Copilot connectors, Graph connectors, or another mechanism we should be evaluating in parallel?
Microsoft 365 and Office | Development | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gabriel-N 20,755 Reputation points Microsoft External Staff Moderator
    2026-05-27T14:15:20.4933333+00:00

    Hello @VND Pant, Saurav

    First, I would like to clarify that this is a user‑to‑user support forum. Moderators here are not Microsoft Support and do not have backend access to your account or tenant. We can only share information based on public documentation, similar scenarios, and official guidance from Microsoft.

    Regarding your question, please first review the response provided by Q&A Assist. In addition, I would like to share some additional context based on my research:

    At this time, Microsoft has not announced or published an official MCP server for OneNote. There is no public roadmap, preview program, or target timeline indicating plans for a first‑party OneNote MCP connector, as also mentioned by the AI response.

    Enterprises can technically use community-built MCP servers that wrap the Microsoft Graph OneNote APIs; however, these are not Microsoft-supported solutions. If evaluating them, Microsoft-aligned best practices include:

    • Using delegated (user-based) authentication only, app-only access to OneNote APIs is retired.
    • Requesting least-privilege Graph permissions (e.g., Notes.Read, Notes.ReadWrite, Notes.Create).
    • Following standard Microsoft Entra (Azure AD) app registration patterns with appropriate admin consent.
    • Treating these solutions as custom integrations, with full security review and self-support expectations.

    Microsoft‑recommended approaches for surfacing OneNote content to AI include using the Microsoft Graph OneNote APIs, which provide the official and supported method for programmatic access to OneNote content and serve as the recommended foundation for custom AI assistant scenarios. Additionally, Microsoft 365 Copilot already offers native AI capabilities for OneNote, such as summarization, Q&A, and content drafting, making it the most turnkey and fully supported option for enterprises with appropriate Copilot licensing. Graph or Copilot connectors are primarily intended for integrating external data sources and are not required for OneNote, as OneNote content is already considered first‑party Microsoft 365 data.

    References:

    Please note that the information above is based on my personal research and understanding, so there may be gaps or details that do not fully apply to your specific scenario. For targeted or tenant‑specific support, please consider contacting official Microsoft Support for further assistance.

    Thank you for your understanding.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    1 person found this answer helpful.

  2. AI answer

    2026-05-27T12:53:51.9733333+00:00
    1. There is no information in the provided documentation indicating that Microsoft has an official, Microsoft-built MCP server specifically for OneNote, nor any announcement that such a server is planned.
    2. The context does not include any public roadmap, preview program, or target timeline for an MCP server dedicated to OneNote.
    3. The available guidance focuses on accessing OneNote via Microsoft Graph rather than via MCP:
      • OneNote data (notebooks, sections, pages) is exposed through the Microsoft Graph OneNote REST API under the /onenote namespace, using URLs such as:
        • https://graph.microsoft.com/{version}/me/onenote/{notebooks | sections | sectionGroups | pages}
        • https://graph.microsoft.com/{version}/users/{userPrincipalName}/onenote/{notebooks | sections | sectionGroups | pages}
      • The OneNote Graph API requires delegated permissions and explicitly does not support app-only authentication. Enterprises evaluating community MCP servers for OneNote should ensure those servers:
        • Use delegated auth flows aligned with the OneNote permissions model.
        • Request only the minimum necessary Microsoft Graph Notes permissions as documented in the permissions reference linked from the OneNote API overview.
    4. For surfacing OneNote content to AI assistants today, the documented, Microsoft-supported path is via Microsoft Graph:
      • Use the OneNote REST APIs in Microsoft Graph to read and organize notebooks, sections, and pages for the signed-in user or other users in the tenant (with appropriate delegated permissions).
      • More broadly, Microsoft is investing in MCP-based integrations for enterprise data through:
        • Microsoft MCP Server for Enterprise, which translates natural language into Microsoft Graph API calls for identity, device, security, and compliance data.
        • MCP on Windows and the Windows On-device Agent Registry (ODR), which provide a standardized way for AI agents to discover and use MCP servers and connectors on Windows. These show Microsoft’s general direction for MCP and Graph-based access to enterprise data, but the provided documentation does not state that OneNote is included as a first-party MCP server.

    Enterprises that need MCP-based access to OneNote today can:

    • Build or adopt an MCP server that wraps the Microsoft Graph OneNote REST API.
    • Ensure it follows Microsoft Graph’s delegated auth requirements and least-privilege Notes permissions.
    • Use MCP on Windows or MCP-compatible hosts (such as Microsoft 365 Copilot with MCP apps) to connect AI agents to that server, while treating it as a custom or community solution rather than a Microsoft-built, productized component.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.