markus-michalski/wikijs-mcp-server
If you are the rightful owner of wikijs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Wiki.js MCP Server is a Model Context Protocol server designed to interact with the Wiki.js GraphQL API, enabling seamless management of wiki pages through a tool-based interface.
Tools
Functions exposed to the LLM to take actions
create_page
Create a new page in Wiki.js with specified path, title, content, and other attributes.
update_page
Update an existing page's content, title, description, and tags.
get_page
Retrieve a page by its ID or path.
list_pages
List all pages with optional locale filtering.
search_pages
Search pages by query string with optional locale filtering.
delete_page
Delete a page by its ID.
move_page
Move a page to a new path with an optional locale.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client