wikijs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wikijs-mcpsearch for pages about MCP integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wikijs-mcp
MCP server untuk mengakses Wiki.js melalui GraphQL API, dibangun dengan FastMCP (Python).
Tool yang Diekspos
Domain | Tool |
pages |
|
search |
|
tags |
|
system |
|
Related MCP server: wiki-js-mcp
Konfigurasi
Salin .env.example menjadi .env dan isi nilai yang sesuai:
cp .env.example .envVariabel Wajib
Variabel | Keterangan |
| URL dasar instance Wiki.js, mis. |
| API key Wiki.js (Admin → API Access) |
Cara Pakai
stdio (Claude Desktop / VS Code)
{
"mcpServers": {
"wikijs": {
"command": "uvx",
"args": ["--from", "git+https://github.com/andhit-r/wikijs-mcp", "wikijs-mcp"],
"env": {
"WIKIJS_URL": "https://wiki.example.com",
"WIKIJS_API_KEY": "your-api-key"
}
}
}
}HTTP + API Key (Claude Code / VS Code remote)
docker run -p 8000:8000 \
-e WIKIJS_URL=https://wiki.example.com \
-e WIKIJS_API_KEY=your-wikijs-api-key \
-e MCP_API_KEY=your-mcp-api-key \
ghcr.io/andhit-r/wikijs-mcp:latestHTTP + Authentik OAuth (Claude Web)
Isi semua variabel AUTHENTIK_* dan MCP_BASE_URL di .env, lalu:
docker run -p 8000:8000 --env-file .env ghcr.io/andhit-r/wikijs-mcp:latestLisensi
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andhit-r/wikijs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server