OneNote Browser
Summary
OneNote MCP server enables AI assistants to browse and interact with shared OneNote notebooks through browser automation. Built with Playwright and Node.js, it provides tools for navigating notebook hierarchies, reading/writing pages, capturing diagrams and images, and maintaining session state. The implementation focuses on working with publicly shared notebooks that don't require authentication, making it ideal for collaborative note-taking and knowledge management scenarios where AI assistants need direct access to OneNote content.
Available Actions(14)
launch_onenote
Launch the OneNote web app with a shared notebook URL. Parameters: shared_url (string)
get_all_notebooks
List all available notebooks.
get_all_sections
List all sections in the current notebook.
get_all_pages
List all pages in the current section.
navigate_to_notebook_by_name
Go to a specific notebook. Parameters: notebook_name (string)
navigate_to_section_by_name
Go to a specific section. Parameters: section_name (string)
navigate_to_page_by_name
Go to a specific page. Parameters: page_name (string)
get_current_page_content
Get the content of the current page.
add_content_to_page
Add content to the current page. Parameters: content (string)
create_new_page_with_name
Create a new page. Parameters: page_name (string)
search_in_onenote
Search OneNote for specific terms. Parameters: search_term (string)
take_screenshot
Take a screenshot of the current view.
get_onenote_state
Get the current state information.
close_onenote
Close the OneNote session and clean up resources.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください