LogoSTMCP
Download
growi-mcp-server

@growi/mcp-server

A Model Context Protocol (MCP) server that connects AI models to GROWI wiki content, enabling LLMs to search and retrieve information from organizational knowledge bases for accurate, context-aware responses.

Tools

1. searchPages

Search pages by keywords.

2. createPage

Create a new page.

3. updatePage

Update an existing page.

4. deletePages

Delete pages (bulk operation supported).

5. duplicatePage

Duplicate a page (including child pages).

6. renamePage

Change page name and path.

7. getPage

Get a page data.

8. getPageInfo

Get detailed page information.

9. getRecentPages

Get list of recently updated pages.

10. getPageListingRoot

Get root page list.

11. getPageListingChildren

Get child pages of specified page.

12. pageListingInfo

Get summary information of page listings.

13. publishPage

Set page publish status.

14. unpublishPage

Set page unpublish status.

15. getPageTag

Get tags of a page.

16. updateTag

Update tags of a page.

17. getTagList

Get list of tags.

18. searchTags

Search tags.

19. getComments

Get comments of a page.

20. listRevisions

Get page edit history.

21. getRevision

Get details of a specific revision.

Create a share link.

Get share links of a page.

Delete share links.

25. deleteShareLinkById

Delete a specific share link.

26. getUserRecentPages

Get recent pages of a specific user.

Open Graph image for @growi/mcp-server

JSON Config

{
  "mcpServers": {
    "growi": {
      "command": "npx",
      "args": ["@growi/mcp-server"],
      "env": {
        "GROWI_BASE_URL": "https://your-growi-instance.com",
        "GROWI_API_TOKEN": "your_growi_api_token"
      }
    }
  }
}

Useful Links

Information