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
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Comments