Avr MCP Server

This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.

Local serverstdio

What is the Avr MCP server?

Connect Avr to Claude, Cursor or any other MCP client and it stops being a tab you switch to. This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance. The avr mcp server is what makes that connection.

What the server does

  • Search Wiki.JS Pages — Search for pages using keywords or topics
  • List Wiki.JS Pages — Get a paginated list of all available pages
  • Get Specific Page — Retrieve a specific page by its ID
  • Connection Testing — Test the connection to your Wiki.JS instance
  • Multiple Transport Modes — Support for both stdio and HTTP stream modes
  • Docker Support — Ready-to-use Docker image with health checks

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • page — read - To read page content
  • search — read - To search pages
  • Prerequisites — 1. A running Wiki.JS instance 2. An API key with appropriate permissions for reading pages
  • Installation — The Installation tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: WIKI_JS_BASE_URL, WIKI_JS_API_KEY, LOG_LEVEL, MCP_MODE, PORT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  1. A running Wiki.JS instance 2. An API key with appropriate permissions for reading pages

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Avr's toolset — page, search, Prerequisites and 1 more — is a fair guide to whether it matches your workflow.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
pageread - To read page content
searchread - To search pages
Prerequisites1. A running Wiki.JS instance 2. An API key with appropriate permissions for reading pages
InstallationThe Installation tool exposed by this server.

Configuration

  1. A running Wiki.JS instance 2. An API key with appropriate permissions for reading pages
VariableDescriptionRequired
WIKI_JS_BASE_URLEndpoint or connection string the server talks to.Yes
WIKI_JS_API_KEYCredential the server authenticates with.Yes
LOG_LEVELConfiguration value read at startup.Optional
MCP_MODEConfiguration value read at startup.Optional
PORTConfiguration value read at startup.Optional

Example prompts to try

  • Use Avr to page.
  • Use Avr to search.
  • Use Avr to Prerequisites.

Frequently asked questions

It connects Avr to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (page, search, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Avr directly.