OneNote MCP Server
@MCP-Mirror
关于 OneNote MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"onenote": {
"command": "npx",
"args": [
"-y",
"mcp-server-onenote"
],
"env": {
"AZURE_TENANT_ID": "",
"AZURE_CLIENT_ID": "",
"AZURE_CLIENT_SECRET": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OneNote MCP Server?
OneNote MCP Server is a Model Context Protocol (MCP) server implementation for Microsoft OneNote. It enables AI language models to interact with OneNote through a standardized interface, providing notebook, section, and page management capabilities.
How to use OneNote MCP Server?
Install the package globally with npm install -g mcp-server-onenote. Configure the required environment variables (AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET) from an Azure App Registration. Then add the server configuration to your MCP client (e.g., Claude Desktop) as shown in the README.
Key features of OneNote MCP Server
- List all notebooks, sections, and pages
- Create new notebooks, sections, and pages with HTML content
- Read and update page content
- Delete notebooks, sections, and pages
- Search pages across notebooks
Use cases of OneNote MCP Server
- Automating note creation and organization via AI assistants
- Integrating language models with existing OneNote workflows
- Building intelligent note-taking applications that can search and update content
- Enabling cross-platform note management through MCP-compatible clients
FAQ from OneNote MCP Server
What does this server do?
It provides a standardized MCP interface for AI models to manage OneNote notebooks, sections, and pages (create, read, update, delete, search).
What are the prerequisites?
You need an Azure App Registration with Microsoft Graph API permissions (Notes.ReadWrite.All and Notes.Read.All) and a client secret. The server requires Node.js and npm.
How do I configure the server?
Set the environment variables AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET with values from your Azure App Registration. Then add the server to your MCP client configuration.
What permissions does this server need?
It requires the Microsoft Graph API delegated permissions Notes.ReadWrite.All and Notes.Read.All to access OneNote data.
How can I use this server with Claude Desktop?
Add the provided JSON configuration block to your MCP client settings, substituting your actual Azure credentials. The server will then be available for use with Claude Desktop.
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
🐋 Docker MCP server
ckreilingMCP server for Docker
评论