Skip to main content
Glama

OneNote MCP Server

by danosb
package.json910 B
{ "name": "mcp-server-onenote", "version": "0.1.0", "description": "OneNote MCP Server Implementation with Device Code Authentication", "type": "module", "main": "onenote-mcp.mjs", "scripts": { "start": "node onenote-mcp.mjs", "auth": "node authenticate.js", "list-notebooks": "node simple-onenote.js", "list-sections": "node list-sections.js", "list-pages": "node list-pages.js", "create-page": "node create-page.js" }, "dependencies": { "@azure/identity": "^2.1.0", "@azure/msal-node": "^3.5.0", "@microsoft/microsoft-graph-client": "^3.0.7", "@modelcontextprotocol/sdk": "file:./typescript-sdk", "dotenv": "^16.0.0", "jsdom": "^26.0.0", "node-fetch": "^3.3.2", "open": "^10.1.0" }, "keywords": [ "mcp", "onenote", "modelcontextprotocol", "device-code-auth" ], "author": "Zubeid Hendricks", "license": "MIT" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danosb/onenote-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server