Growi MCP Server
未认领A Model Context Protocol (MCP) server that connects AI models to GROWI wiki content. Enables LLMs to search and retrieve information from your organization's knowledge base for accurate, context-aware responses.
安装
npx skills add growilabs/growi-mcp-server工具(33 个)
addComment
Add a comment to a page
createPage
Create a new page
createShareLink
Create a share link
deletePages
Delete pages (bulk operation supported)
deleteShareLinkById
Delete a specific share link
deleteShareLinks
Delete share links
duplicatePage
Duplicate a page (including child pages)
editPage
Edit parts of a page with string replacements without sending the whole body (supports dry-run diff preview)
getComments
Get comments of a page
getPage
Deprecated, will be removed in 2.0.0. Alias of getPageWholeContents kept for backward compatibility; use getPageOutline, getPageSection, or getPageWholeContents instead
getPageInfo
Get detailed page information
getPageListingChildren
Get child pages of specified page
getPageListingRoot
Get root page list
getPageOutline
Get the heading outline of a page (heading tree with line ranges and sizes, without the body); also detects setext-style (underline) headings
getPageSection
Read only a part of a page, addressed by heading text or line range
getPageTag
Get tags of a page
getPageWholeContents
Get the full markdown body of a page
getRecentPages
Get list of recently updated pages
getRevision
Get details of a specific revision
getRevisionDiffs
Get unified diffs for a batch of revision pairs (requires GROWI v7.5.6 or later)
getShareLinks
Get share links of a page
getTagList
Get list of tags
getUserRecentPages
Get recent pages of a specific user
listRevisionChanges
List the authenticated user's consecutive-edit runs across all pages (requires GROWI v7.5.6 or later)
listRevisions
Get page edit history (revision bodies are omitted; bodyLength is returned instead)
pageListingInfo
Get summary information of page listings
publishPage
/ unpublishPage - Set page publish/unpublish status
removeComment
Remove a comment from a page
renamePage
Change page name and path
searchPages
Search pages by keywords
searchTags
Search tags
updatePage
Update an existing page (full-body replace; returns the new revision ID)
updateTag
Update tags of a page