Wikai

Connect Claude Desktop to your team wiki

Ask Claude about your own processes, decisions, and runbooks — not the internet's guess at them. Wikai's remote MCP server gives Claude Desktop your wiki as grounded context, scoped to one workspace.

Connect with one config

Generate a token in Wikai (user menu → API tokens), then add this to claude_desktop_config.json (Settings → Developer → Edit Config; requires Node.js):

{
  "mcpServers": {
    "wikai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://wikai.wiki/api/mcp",
        "--header",
        "Authorization: Bearer wk_YOUR_TOKEN"
      ]
    }
  }
}

Claude Desktop's built-in remote-connector UI expects OAuth, which Wikai doesn't support yet — the mcp-remote bridge above is the reliable path today and carries your token in the Authorization header.

Grounded answers, citable pages

search_wiki returns real pages with ids, freshness, and snippets; get_page reads them in full — so Claude answers from what your team wrote and can point back to the exact page.

Read-only by default

Tokens are scoped to one workspace, read-only unless you say otherwise, hashed at rest, and revocable instantly. Read tools ship readOnlyHint annotations.

Agents can write back

On Pro and Ultra, a read + write token lets Claude file meeting notes or answers as new wiki pages — create-only, so it can never edit or delete existing ones.

How it works

  • 1.Generate a token. In Wikai, open API tokens from the user menu and generate a workspace-scoped token (wk_...). It's read-only by default — choose read + write only for agents you trust to add pages.
  • 2.Add the server to Claude Desktop. Use the connect snippet above. The endpoint is https://wikai.wiki/api/mcp over Streamable HTTP — no install on our side, nothing to host on yours.
  • 3.Work with your wiki in reach. Claude Desktop can now search your pages, read them in full, and see how the wiki is organized. On Pro and Ultra, a write token also lets it file new pages.
Free to start

Give Claude Desktopyour team's context

Create a workspace, write a few pages, and connect Claude Desktop in minutes. Every plan can read over MCP; new workspaces start with a 14-day Pro trial, so agent writes work from day one.