Skip to main content
Glama

OneNote MCP Server

by eshlon
package.json990 B
{ "name": "onenote-mcp-server", "version": "1.0.0", "description": "An MCP server to interact with Microsoft OneNote, allowing LLMs to read, write, and edit notes.", "main": "onenote-mcp.mjs", "type": "module", "scripts": { "start": "node onenote-mcp.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/eshlon/onenote-mcp-server.git" }, "keywords": [ "mcp", "model-context-protocol", "onenote", "microsoft-graph", "llm", "ai", "claude" ], "author": "Ehsan Shahabi", "license": "MIT", "bugs": { "url": "https://github.com/[eshlon/onenote-mcp-server/issues" }, "homepage": "https://github.com/[eshlon/onenote-mcp-server#readme", "dependencies": { "@azure/identity": "^4.1.0", "@microsoft/microsoft-graph-client": "^3.0.7", "@modelcontextprotocol/sdk": "^1.7.0", "jsdom": "^24.0.0", "node-fetch": "^3.3.2", "zod": "^3.23.8" }, "engines": { "node": ">=18.0.0" } }

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/eshlon/onenotemcp'

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