by rajvirtual
Provides AI assistants read/write capabilities for Microsoft OneNote notebooks, sections, and pages via the Model Context Protocol.
Enables AI models to interact with Microsoft OneNote, allowing them to retrieve content from notebooks, sections, and pages and to create or update pages programmatically.
https://github.com/rajvirtual/MCP-Servers.npm install or yarn).npm run start or npx -y mcp-servers).Q: Which authentication method is required?
A: The server uses Microsoft Graph API; you need a valid OAuth access token with Notes.ReadWrite.All permission.
Q: Can the server run on a serverless platform? A: Yes, because it is a standard Node.js HTTP service, it can be deployed to AWS Lambda, Azure Functions, or similar environments.
Q: Is there support for other Microsoft 365 services? A: The current implementation focuses on OneNote. Additional services can be integrated by extending the MCP handlers.
Q: How do I add custom logic for page formatting?
A: Modify the TypeScript handlers in the src directory; the server exposes hooks for preprocessing content before writing.
Q: What LLMs are compatible? A: Any model that can generate or parse MCP payloads, such as Claude, GPT‑4, or hosted LLMs that support custom protocols.
No README documentation available
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by danny-avila
Provides a self‑hosted ChatGPT‑style interface supporting numerous AI models, agents, code interpreter, image generation, multimodal interactions, and secure multi‑user authentication.
by block
Automates engineering tasks on local machines, executing code, building projects, debugging, orchestrating workflows, and interacting with external APIs using any LLM.
by RooCodeInc
Provides an autonomous AI coding partner inside the editor that can understand natural language, manipulate files, run commands, browse the web, and be customized via modes and instructions.
by pydantic
A Python framework that enables seamless integration of Pydantic validation with large language models, providing type‑safe agent construction, dependency injection, and structured output handling.
by mcp-use
A Python SDK that simplifies interaction with MCP servers and enables developers to create custom agents with tool‑calling capabilities.
by lastmile-ai
Build effective agents using Model Context Protocol and simple, composable workflow patterns.
by Klavis-AI
Provides production‑ready MCP servers and a hosted service for integrating AI applications with over 50 third‑party services via standardized APIs, OAuth, and easy Docker or hosted deployment.
by nanbingxyz
A cross‑platform desktop AI assistant that connects to major LLM providers, supports a local knowledge base, and enables tool integration via MCP servers.