onenote-mcp-python

eddyficial/onenote-mcp-python
★ 0 stars Python Code/Dev Tools Updated 2d ago
OneNote MCP server for Windows in Python — drives OneNote desktop via a bundled PowerShell COM bridge, no API key. 27 tools for any MCP client (Claude Desktop, Claude Code, Cursor, Codex).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "onenote-mcp-python": {
      "command": "uvx",
      "args": [
        "onenote-mcp-python"
      ]
    }
  }
}

Or install with pip: pip install onenote-mcp-python

README Excerpt

A standalone Model Context Protocol server for Microsoft OneNote desktop, written in Python. It connects to OneNote through its Windows COM API via a bundled PowerShell bridge and does not require an API key or an embedded AI provider. - Windows - Microsoft OneNote desktop from Office (comes with Microsoft 365; not the

Tools (20)

onenote_append_pageonenote_create_from_templateonenote_create_notebookonenote_create_pageonenote_create_sectiononenote_create_section_grouponenote_delete_notebookonenote_delete_pageonenote_delete_sectiononenote_exportonenote_extract_insightsonenote_get_pageonenote_health_reportonenote_hierarchyonenote_insert_rich_contentonenote_knowledge_digestonenote_move_pageonenote_move_sectiononenote_navigateonenote_rename_page

Topics

claudecommcpmcp-servermodel-context-protocolonenotepythonwindows