{
"name": "p3x-onenote-mcp",
"version": "2026.4.100",
"description": "📚 P3X OneNote MCP — Model Context Protocol server for Microsoft OneNote with read/write, table patching, strikethrough and cost calculation tools",
"corifeus": {
"description": "📚 P3X OneNote MCP — Model Context Protocol server for Microsoft OneNote with read/write, table patching, strikethrough and cost calculation tools",
"description-npm": "📚 P3X OneNote MCP — Model Context Protocol server for Microsoft OneNote with read/write, table patching, strikethrough and cost calculation tools",
"icon": "fas fa-book",
"code": "OneNoteMcp",
"prefix": "p3x-",
"type": "p3x",
"publish": true,
"build": true,
"reponame": "onenote-mcp",
"opencollective": false,
"nodejs": "v24.14.1"
},
"main": "index.mjs",
"bin": {
"onenote-mcp": "./index.mjs"
},
"scripts": {
"start": "node index.mjs",
"test": "node --test test/**/*.test.mjs",
"build": "grunt"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "4"
},
"keywords": [
"onenote",
"mcp",
"claude",
"microsoft",
"graph",
"notes",
"tables",
"cost"
],
"devDependencies": {
"corifeus-builder": "^2026.4.143"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/patrikx3/onenote-mcp.git"
},
"homepage": "https://corifeus.com/onenote-mcp",
"bugs": {
"url": "https://github.com/patrikx3/onenote-mcp/issues"
},
"engines": {
"node": ">=12.13.0"
}
}