Wiki.js MCP Server
Provides tools for managing pages in a Wiki.js instance, including listing, getting, searching, creating, updating, and deleting pages.
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., "@Wiki.js MCP Serversearch pages for installation guide"
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 (Model Context Protocol) server for Wiki.js that exposes page management through Wiki.js's GraphQL API.
Tools
Tool | Description |
| List all pages (sortable by title, path, ID, date) |
| Get full content and metadata of a page by ID |
| Browse the page/folder hierarchy |
| Full-text search across pages |
| Create a new page (markdown, HTML, AsciiDoc) |
| Update a page's content, title, or metadata |
| Delete a page by ID |
Related MCP server: WikiJS MCP Server
Prerequisites
A running Wiki.js instance (v2.x)
An API key — create one at Administration > API Access in your Wiki.js admin panel
The API key needs appropriate permission scopes for pages (read/write/manage)
Setup
cp .env.example .env
# Edit .env with your Wiki.js URL and API keyOption A: Local (Node.js >=18)
npm install
npm run build
npm startFor development:
npm run devOption B: Docker
docker compose build
docker compose up -dClaude Code Integration
Add to your Claude Code MCP config (.claude/settings.json or project settings):
{
"mcpServers": {
"wikijs": {
"command": "node",
"args": ["d:/projects/ai/wikijs-mcp/dist/index.js"],
"env": {
"WIKIJS_URL": "https://wiki.example.com",
"WIKIJS_API_KEY": "your-api-key"
}
}
}
}Or using npx tsx for development without building:
{
"mcpServers": {
"wikijs": {
"command": "npx",
"args": ["tsx", "d:/projects/ai/wikijs-mcp/src/index.ts"],
"env": {
"WIKIJS_URL": "https://wiki.example.com",
"WIKIJS_API_KEY": "your-api-key"
}
}
}
}Wiki.js API Reference
This server uses the Wiki.js GraphQL API. You can explore the full schema interactively at https://your-wiki.example.com/graphql when logged in as admin.
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.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables interaction with AFFiNE workspaces through GraphQL API to manage documents, search content, handle comments, and access version history. Supports comprehensive workspace operations including document publishing, comment management, and user authentication via session cookies or personal access tokens.Last updated95760242MIT
- Flicense-qualityCmaintenanceEnables comprehensive management of WikiJS instances through tools for searching, creating, updating, and deleting wiki pages. It supports advanced features like knowledge graph exploration, page summaries, and content exporting for documentation workflows.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides a unified interface to manage Wiki.js pages, users, and groups via GraphQL API, enabling AI agents to create, read, update, and delete content and perform administrative tasks.Last updated6111MIT
- AlicenseBqualityCmaintenanceConnects Claude to a Wiki.js instance, enabling page search, retrieval, listing, and creation.Last updated429MIT
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mfic/wikijs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server