Wikijs Mcp
@RicardoCenci
Wikijs Mcp について
Simple Model Context Protocol (MCP) server for Wiki.js
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<YOUR WIKIJS URL>",
"WIKIJS_API_KEY": "<YOUR WIKIJS API TOKEN>"
}
}
}
}ツール
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
概要
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.
「メモリとナレッジ」の他のコンテンツ
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
コメント