onenote-mcp-windows

eddyficial/onenote-mcp-windows
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
OneNote MCP server for Windows in Bun/TypeScript — drives OneNote desktop via a PowerShell COM bridge, no build step, 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-windows": {
      "command": "npx",
      "args": [
        "-y",
        "eddyficial/onenote-mcp-windows"
      ]
    }
  }
}

README Excerpt

A standalone Model Context Protocol server for Microsoft OneNote desktop. It connects directly to OneNote through its Windows COM API and does not require PeriCode, an API key, or an embedded AI provider. - Windows - Microsoft OneNote desktop from Office, with at least one notebook open - [Bun](https://bun.sh/) 1.2 or newer

Topics

bunclaudecommcpmcp-servermodel-context-protocolonenotetypescriptwindows