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.
Search pages by keywords.
Create a new page.
Update an existing page.
Delete pages (bulk operation supported).
Duplicate a page (including child pages).
Change page name and path.
Get a page data.
Get detailed page information.
Get list of recently updated pages.
Get root page list.
Get child pages of specified page.
Get summary information of page listings.
Set page publish status.
Set page unpublish status.
Get tags of a page.
Update tags of a page.
Get list of tags.
Search tags.
Get comments of a page.
Get page edit history.
Get details of a specific revision.
Create a share link.
Get share links of a page.
Delete share links.
Delete a specific share link.
Get recent pages of a specific user.
{
"mcpServers": {
"growi": {
"command": "npx",
"args": ["@growi/mcp-server"],
"env": {
"GROWI_BASE_URL": "https://your-growi-instance.com",
"GROWI_API_TOKEN": "your_growi_api_token"
}
}
}
}