wikijs-mcp
An MCP server for managing Wiki.js 2.x pages through its GraphQL API, enabling search, read, create, update, move, delete, version history, and asset listing.
README
wikijs-mcp
An MCP server for managing Wiki.js 2.x pages: search, read, create, update, move, delete, browse version history, and list assets — all through the Wiki.js GraphQL API.
Tools
| Tool | Description |
|---|---|
search_pages |
Full-text search across pages. |
list_pages |
List pages with ordering, tag, and locale filters. |
get_page |
Fetch a page by id or path, including its content. |
get_page_tree |
Browse the page hierarchy. |
list_tags |
List all tags, or search tags matching a query. |
create_page |
Create a new page. |
update_page |
Partially update a page by id. |
move_page |
Move/rename a page (requires manage:pages permission). |
delete_page |
Delete a page (destructive). |
get_page_history |
Fetch a page's version history trail. |
get_page_version |
Fetch the content of a specific historical version. |
restore_page_version |
Restore a page to a prior version. |
list_assets |
List asset folders and files (read-only). |
Quick start (stdio)
Add the server to Claude Code with claude mcp add:
claude mcp add wikijs -e WIKIJS_URL=https://wiki.example.com -e WIKIJS_TOKEN=your-api-key-here -- npx @sondt2709/wikijs-mcp
For Claude Desktop, Cursor, or any other MCP client that reads a JSON config, add:
{
"mcpServers": {
"wikijs": {
"command": "npx",
"args": ["@sondt2709/wikijs-mcp"],
"env": {
"WIKIJS_URL": "https://wiki.example.com",
"WIKIJS_TOKEN": "your-api-key-here"
}
}
}
}
Getting an API key
- Log in to your Wiki.js instance as an administrator.
- Go to Administration → API Access.
- Toggle Enable API on.
- Click New API Key, give it a name and expiration, and grant it the permissions
your workflow needs (
read:pagesat minimum;write:pages,manage:pages, andmanage:systemfor creating/updating/moving/deleting pages). - Copy the generated token — it's shown only once — and use it as
WIKIJS_TOKEN.
Configuration
| Variable / flag | Default | Description |
|---|---|---|
WIKIJS_URL / --url |
— | Base URL of your Wiki.js instance (required). |
WIKIJS_TOKEN / --token |
— | API key from Administration → API Access (required). |
TRANSPORT / --transport |
stdio |
stdio or http. |
PORT / --port |
3000 |
Port to listen on when TRANSPORT=http. |
LOG_LEVEL / --log-level |
info |
pino log level: fatal, error, warn, info, debug, trace. |
CLI flags take precedence over environment variables. See .env.example for a template.
HTTP / Docker mode
Run the server as a long-lived streamable-HTTP service instead of stdio — useful for sharing one instance across multiple clients, or running behind a reverse proxy.
cp .env.example .env # set WIKIJS_URL and WIKIJS_TOKEN
docker compose up
This builds the image from the included Dockerfile and starts the server with
TRANSPORT=http on port 3000:
- MCP endpoint:
http://localhost:3000/mcp - Health check:
http://localhost:3000/healthz
Point your MCP client at the /mcp endpoint instead of spawning the process directly.
MCP Inspector
To poke at the server interactively:
pnpm inspect
This builds the project and launches the MCP Inspector against the stdio transport.
To inspect an HTTP deployment instead, start the server with docker compose up (or
TRANSPORT=http pnpm dev), then run npx @modelcontextprotocol/inspector on its own and
connect the Inspector UI to http://localhost:3000/mcp using the "Streamable HTTP"
transport option.
Development
pnpm install # install dependencies
pnpm dev # run from source with --watch
pnpm lint # eslint
pnpm typecheck # tsc --noEmit
pnpm format # prettier --write
pnpm build # bundle to dist/
End-to-end tests run against a real, disposable Wiki.js instance in Docker:
pnpm e2e:wiki:up # start local Wiki.js in Docker
pnpm e2e:bootstrap # headless setup: admin account + API key + e2e/.env
pnpm test:e2e # build + run the e2e suite
pnpm e2e:wiki:down # tear down the container and its data
See e2e/setup.md for details, including a manual setup fallback if
the bootstrap script fails.
Lefthook runs eslint --fix and prettier
on staged files at pre-commit, and typecheck + build at pre-push. It's installed
automatically via the prepare script after pnpm install.
Releasing
Pushing a tag matching v* (e.g. v0.2.0) triggers .github/workflows/release.yml,
which lints, typechecks, builds, and publishes the package to npm with provenance.
The NPM_TOKEN repository secret must be set (an npm automation token with publish
access to @sondt2709/wikijs-mcp) before pushing a release tag, or the workflow will fail at the
publish step.
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。