mcp-wikijs
Search, get, list, and create pages on a Wiki.js instance.
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., "@mcp-wikijssearch for 'engineering onboarding'"
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.
mcp-wikijs
MCP server that connects Claude to your Wiki.js instance.
Tools
Tool | Description |
| Search pages by keyword |
| Get full page content by path |
| List all pages |
| Create a new markdown page |
Related MCP server: WikiJS MCP Server
Setup
1. Get your Wiki.js API key
In Wiki.js admin panel → Administration → API Access → create a key.
2. Configure environment
cp .env.example .env
# Fill in WIKIJS_URL and WIKIJS_API_KEY3. Install and run
npm install
node index.js4. Connect to Claude Code
Add to ~/.claude/claude_mcp_config.json:
{
"mcpServers": {
"wikijs": {
"command": "node",
"args": ["/absolute/path/to/mcp-wikijs/index.js"],
"env": {
"WIKIJS_URL": "https://your-wiki.railway.app",
"WIKIJS_API_KEY": "your-api-key"
}
}
}
}Deploy to Railway
Push this repo to GitHub
New Project on Railway → Deploy from GitHub
Add
WIKIJS_URLandWIKIJS_API_KEYas environment variables
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bnaranmandakh03/mcp-wikijs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server