onenote-mcp-dotnet

eddyficial/onenote-mcp-dotnet
★ 0 stars C# Code/Dev Tools Updated 2d ago
OneNote MCP server for Windows in C#/.NET — drives OneNote desktop over COM, no bridge process, 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-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "eddyficial/onenote-mcp-dotnet"
      ]
    }
  }
}

README Excerpt

A standalone Model Context Protocol server for Microsoft OneNote desktop, written in C# on .NET 8. It connects to OneNote through its Windows COM API **directly from .NET** — no PowerShell bridge process, no API key, no embedded AI provider. This is a full port of the Bun/TypeScript `onenote-mcp-windows` server: 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

claudecomcsharpdotnetmcpmcp-servermodel-context-protocolonenotewindows