mcpbeat Sign in

Wiki.js MCP Server

local only

Wiki.js runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

Installs / week
npm · @ni-c/wikijs-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wiki.js every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wikijs-mcp -- npx -y @ni-c/wikijs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wikijs-mcp": {
      "args": [
        "-y",
        "@ni-c/wikijs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wikijs-mcp]
command = "npx"
args = ["-y", "@ni-c/wikijs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wikijs-mcp": {
      "args": [
        "-y",
        "@ni-c/wikijs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wikijs-mcp": {
      "args": [
        "-y",
        "@ni-c/wikijs-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Wiki.js

same job, measured the same way
Pmwiki MCP
by kcofoni

MCP server for searching and reading PmWiki pages with text queries and group filtering.

local only
Radix Wiki
by radix

Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.

11 tools answering
MediaWiki
by olgasafonova

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

local only
Atlassian Confluence
by mcparmory

Create, manage, and search Confluence pages, attachments, and content with full automation support

344 installs/wk local only
EcoCarbonWiki
by carbonitex-ecogame

Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.

10 tools answering
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

314 installs/wk local only
Wikivibe MCP
by alexmi64

Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment.

9 tools answering
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

328 installs/wk local only

Wiki.js — questions

Answers built from our own checks of this server.

Why is there no uptime for Wiki.js?
Wiki.js runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ni-c/wikijs-mcp.
How do I connect Wiki.js?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ni-c/wikijs-mcp straight from npm; nothing to host, nothing to sign up for.
Is Wiki.js open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.