Wikijs
FreeNot checkedConnects Claude to a Wiki.js instance, enabling page search, retrieval, listing, and creation.
About
Connects Claude to a Wiki.js instance, enabling page search, retrieval, listing, and creation.
README
MCP server that connects Claude to your Wiki.js instance.
Tools
| Tool | Description |
|---|---|
search_pages |
Search pages by keyword |
get_page |
Get full page content by path |
list_pages |
List all pages |
create_page |
Create a new markdown page |
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_KEY
3. Install and run
npm install
node index.js
4. 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
Installing Wikijs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/bnaranmandakh03/mcp-wikijsFAQ
Is Wikijs MCP free?
Yes, Wikijs MCP is free — one-click install via Unyly at no cost.
Does Wikijs need an API key?
No, Wikijs runs without API keys or environment variables.
Is Wikijs hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Wikijs in Claude Desktop, Claude Code or Cursor?
Open Wikijs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Wikijs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
