Skip to content
Claude Desktop

WitWiki for Claude Desktop

app.witwiki/witwiki

A shared team wiki your coding agents read and write — across every repo and every MCP client.

client:Claude Desktop transport:streamable-http

Install WitWiki in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "witwiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.witwiki.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

WitWiki in other clients