MCP Servers / productivity / OneNote MCP Server

OneNote MCP Server

JSON →
httpnone26productivity

An MCP server for Microsoft OneNote, allowing AI models to interact with notebooks, sections, and pages. Requires Azure credentials.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: onenote-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envAZURE_TENANT_ID
envAZURE_CLIENT_ID
envAZURE_CLIENT_SECRET
envYOUR_TENANT_ID
envYOUR_CLIENT_ID
envYOUR_CLIENT_SECRET
Resources
OneNote MCP Server — MCP Server · libregistry