# Install WebLoom MCP

Drop this file into your AI chat (Claude Code, Cursor, Continue, Cline, any MCP-aware client) and the assistant will install WebLoom for you.

---

You are installing the WebLoom MCP server. Do all of the following without asking for confirmation, then verify each step.

## 1. Clone the engine

```
git clone https://github.com/webloomhq/engine ~/.webloom/engine
```

## 2. Install Python dependencies

```
cd ~/.webloom/engine && pip install -r requirements.txt
```

## 3. Create the playbook and threads directories

```
mkdir -p ~/.webloom/threads ~/.webloom/logs
```

## 4. Register WebLoom in the MCP config

Add the following entry to the user's MCP config file (`~/.mcp.json` on macOS/Linux, `%USERPROFILE%\.mcp.json` on Windows) inside `mcpServers`. Create the file with `{ "mcpServers": {} }` if it does not exist. Do NOT overwrite existing servers — merge.

```json
"webloom": {
  "type": "stdio",
  "command": "python",
  "args": ["~/.webloom/engine/server.py"]
}
```

## 5. Confirm

Tell the user:
- WebLoom is installed at `~/.webloom/engine`
- Threads directory is `~/.webloom/threads/`
- The MCP server will load automatically on next session
- 62 browser-control tools will be available once loaded (no manual restart needed in most clients; Claude Code picks up the change on the next message)

That is the entire installation. The engine is free. Threads are bought individually at https://webloom.dev/atelier.
