OneNote MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONENOTE_BACKUP_DIR | No | The directory where OneNote backup files (.one) are stored. By default, the server reads from the OneNote desktop app's local backup directory (C:\Users\<user>\AppData\Local\Microsoft\OneNote\16.0\Backup\). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notebooksA | List all locally available OneNote notebooks. Shows notebook names and how many sections each one has. |
| list_sectionsC | List all sections in a specific notebook. |
| read_sectionA | Read all text content from a specific section of a notebook. |
| search_notesA | Search for text across ALL notebooks and sections. |
| list_all_sectionsA | List ALL sections across ALL notebooks. Useful for getting a complete overview of everything in your OneNote. |
| get_notebook_summaryC | Get a summary of a notebook: its sections and a preview of each section's content. |
| list_live_notebooksA | List notebooks from the running OneNote app (live, not backup files). This uses the OneNote COM API and shows the notebooks currently open in the OneNote desktop app, including their sections. Use this to find where to create new pages. |
| create_pageA | Create a new page in a OneNote notebook section. |
| list_live_pagesB | List pages in a section from the running OneNote app. |
| append_to_pageA | Append content to an existing OneNote page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mhzarem/onenote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server