OneNote MCP Server

by ZubeidHendricks

27 stars
390 downloads
Not rated
GitHub

Description

# OneNote MCP Server [![smithery badge](https://smithery.ai/badge/@modelcontextprotocol/server-onenote)](https://smithery.ai/server/@modelcontextprotocol/server-onenote) [![npm…

About

# OneNote MCP Server [![smithery badge](https://smithery.ai/badge/@modelcontextprotocol/server-onenote)](https://smithery.ai/server/@modelcontextprotocol/server-onenote) [![npm version](https://img.shields.io/npm/v/mcp-server-onenote.svg)](https://www.npmjs.com/package/mcp-server-onenote) [![Verified on…

Details

Author
ZubeidHendricks
GitHub stars
27
Downloads
390
Categories
Productivity, Other, Cloud Service

- List, create, get, and delete notebooks
- List, create, get, and delete sections
- List, create, read, update, and delete pages
- Create pages with HTML content
- Search pages across all notebooks

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OneNote MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally from npm with npm install -g mcp-server-onenote, then run mcp-server-onenote or use npx mcp-server-onenote. Configure three environment variables (AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET) and add the server to your MCP client configuration with the command mcp-server-onenote.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "onenote mcp server": {
            "azure-onenote-mcp-server": {
                "command": "npx",
                "args": [
                    "mcp-server-onenote"
                ]
            }
        }
    }
}

McpServers

{
    "azure-onenote-mcp-server": {
        "command": "npx",
        "args": [
            "mcp-server-onenote"
        ]
    }
}

OneNote MCP Server

smithery badge npm version Verified on MseeP

A Model Context Protocol (MCP) server implementation for Microsoft OneNote, enabling AI language models to interact with OneNote through a standardized interface.

Features

Notebook Management

- List all notebooks - Create new notebooks - Get notebook details - Delete notebooks

Section Management

- List sections in a notebook - Create new sections - Get section details - Delete sections

Page Management

- List pages in a section - Create new pages with HTML content - Read page content - Update page content - Delete pages - Search pages across notebooks

Installation

Installing from npm (Recommended)

npm install -g mcp-server-onenote
The package is now available on the npm registry as of April 27, 2025.

Running the Package

After installation, you can run the package using:
mcp-server-onenote

Or with npx:

npx mcp-server-onenote

Installing via Smithery

To install OneNote Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @modelcontextprotocol/server-onenote --client claude

Installing from GitHub

npm install -g github:ZubeidHendricks/azure-onenote-mcp-server

Configuration

Set the following environment variables:
- AZURE_TENANT_ID: Your Azure tenant ID
- AZURE_CLIENT_ID: Your Azure application (client) ID
- AZURE_CLIENT_SECRET: Your Azure client secret

Using with MCP Client

Add this to your MCP client configuration (e.g. Claude Desktop):

{
  "mcpServers": {
    "onenote": {
      "command": "mcp-server-onenote",
      "env": {
        "AZURE_TENANT_ID": "<YOUR_TENANT_ID>",
        "AZURE_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "AZURE_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Azure App Registration

1. Go to Azure Portal and navigate to App registrations
2. Create a new registration
3. Add Microsoft Graph API permissions:
- Notes.ReadWrite.All
- Notes.Read.All
4. Create a client secret
5. Copy the tenant ID, client ID, and client secret for configuration

Development

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.