OneNote-MCP-Server

pitslug/OneNote-MCP-Server
★ 0 stars Python AI/LLM Updated 11d ago
OneNote MCP Server for Docker that allows Claude to talk to OneNote. Also rasterizes images for AI to read and interact with.
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-server": {
      "command": "uvx",
      "args": [
        "onenote-mcp-server"
      ]
    }
  }
}

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

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets Claude act as a **sidekick over Microsoft OneNote** — including **handwritten ink**. It reads your notes (typed *and* ink), and can write summaries or aggregated to-do lists back into a dedicated section. Packaged to run in **Docker** behind a reverse proxy, so you can reach it from

Tools (1)

list_notebooks