onenote
A Model Context Protocol (MCP) server that provides AI assistants with access to Microsoft OneNote. This server enables AI models to read from and write to OneNote notebooks, sections, and pages.
14 stars
3.6/5
Server Information
Category
Development
Tags
typescript
official
GitHub Stars
14
Last Updated
8/14/2025
Installation & Usage
Quick Install
1. Install the server
npm install onenote
2. Configure MCP settings
Add the server to your Claude Desktop or MCP client configuration.
3. Start using
The server will be available for use with your AI assistant.
Configuration Example
{ "servers": { "onenote": { "command": "node", "args": ["path/to/onenote"] } } }
Add this configuration to your MCP settings file.
Ready to Get Started?
Install onenote and start building more capable AI applications with Model Context Protocol.