onenote-mcp-server

jisujit/onenote-mcp-server
★ 3 stars Python Code/Dev Tools Updated 6d ago
One Note MCP server to Read all sections, understand what's in them, group them logically, and reorganize the notebook
View on GitHub → Try with Claude — $10 free →

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