Claude Desktop — Weavetab Docs

Configure Weavetab as an MCP server for Claude Desktop.

Claude Desktop

Configure Weavetab as an MCP server for Claude Desktop.

# Claude Desktop Integration

## Config File Location

| OS | Path |
|---|---|
| **macOS** | `~/Library/Application Support/Claude/claude_desktop_config.json` |
| **Windows** | `%APPDATA%\Claude\claude_desktop_config.json` |
| **Linux** | `~/.config/Claude/claude_desktop_config.json` |

## Configuration

```json
{
  "mcpServers": {
    "weavetab": {
      "command": "weavetab",
      "args": []
    }
  }
}
```