Wikijs Mcp
@RicardoCenci
About Wikijs Mcp
Simple Model Context Protocol (MCP) server for Wiki.js
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<YOUR WIKIJS URL>",
"WIKIJS_API_KEY": "<YOUR WIKIJS API TOKEN>"
}
}
}
}Tools
4Search for pages in WikiJS by query string
Get a WikiJS page by its ID
Get a WikiJS page by its path and locale
Get all pages in WikiJS
Overview
What is Wikijs Mcp?
A Model Context Protocol (MCP) server that integrates with WikiJS, allowing AI assistants to search and retrieve content from a WikiJS knowledge base.
How to use Wikijs Mcp?
Install via npm (npx wikijs-mcp) and configure with environment variables WIKIJS_URL and WIKIJS_API_KEY. For Cursor, add a JSON block in mcpServers. Obtain an API key from WikiJS Administration > API Access.
Key features of Wikijs Mcp
- Search pages by query string
- Retrieve pages by ID
- Retrieve pages by path and locale
- Get all pages from the wiki
Use cases of Wikijs Mcp
- AI assistant searches a company wiki for documentation
- Retrieve a specific wiki page by its ID for citation
- Fetch all pages to build a local index or cache
- Get a page by its path and locale for multilingual wikis
FAQ from Wikijs Mcp
What is Wikijs Mcp and what does it do?
It is an MCP server that enables AI assistants to search and retrieve content from a WikiJS instance via four tools: search by query, get by ID, get by path/locale, and list all pages.
How do I get a WikiJS API key?
Log into your WikiJS instance as administrator, go to Administration > API Access, create a new API key with appropriate permissions, and copy the generated key to your .env file.
What environment variables are required?
WIKIJS_URL (URL of your WikiJS instance) and WIKIJS_API_KEY (WikiJS API key) are both required.
How do I run the server?
Run npx wikijs-mcp from the command line. For Cursor, add the provided JSON configuration with your URL and API key.
Where is the source code and license?
The repository is at https://github.com/RicardoCenci/wikijs-mcp.git and is licensed under the MIT License.
More Memory & Knowledge MCP servers
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments