Summary
Internal documentation becomes something an assistant can quote rather than something a person has to go and find.
Four tools, all of them reading: search when the page is unknown, path or ID when it is, and the full listing when the question is what exists at all. Locale is a parameter on both the search and the path lookup, which matters on a wiki carrying the same page in more than one language. Nothing writes, so the wiki cannot be changed from the conversation.
What it is
A read client for Wiki.js covering search, page retrieval and a full page listing.
What you get
- A search across pages by query string, narrowed by path and locale.
- A page fetched by its ID, or by its path and locale.
- Every page in the wiki listed.
Requirements
A Wiki.js instance at the address in WIKIJS_URL, and an API key in WIKIJS_API_KEY.
Setup effort
One command plus a key — npx -y wikijs-mcp, then supply credentials
