OneNote MCP Server
JSON →An MCP server for Microsoft OneNote, allowing AI models to interact with notebooks, sections, and pages. Requires Azure credentials.
Install
npx -y @smithery/cli Tools · 14
- list_notebooks List all notebooks
- create_notebook Create new notebooks
- get_notebook Get notebook details
- delete_notebook Delete notebooks
- list_sections List sections in a notebook
- create_section Create new sections
- get_section Get section details
- delete_section Delete sections
- list_pages List pages in a section
- create_page Create new pages with HTML content
- read_page Read page content
- update_page Update page content
- delete_page Delete pages
- search_pages Search pages across notebooks
Environment variables
AZURE_TENANT_IDAZURE_CLIENT_IDAZURE_CLIENT_SECRETYOUR_TENANT_IDYOUR_CLIENT_IDYOUR_CLIENT_SECRET
★ 26 GitHub stars