Harness · Cline

Cline.

Cline is a VS Code extension. It manages MCP servers through its own settings panel rather than a config file you edit by hand.

Auto-install

Paste this into Cline

Click below to copy a self-install prompt. Paste it into a Cline task and the agent will open the MCP settings, add the entry, and reload for you.

Or follow the manual steps below.

1. Install the CLI

npm install -g @work.books/cli

2. Open the MCP settings

In VS Code, click the Cline icon in the activity bar. At the top of the Cline panel, click the MCP servers icon (a small stack), then Edit MCP Settings. Cline opens its settings JSON file.

3. Add the Workbooks entry

{
  "mcpServers": {
    "workbooks": {
      "command": "workbook",
      "args": ["mcp", "serve"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Save the file. Cline reloads it automatically.

Quirks & tips

Verify

In the Cline panel, the workbooks server should show a green dot. Ask: "What workbook groups do I have?"