Metadata-Version: 2.4
Name: gwf-mcp
Version: 1.1.3
Summary: GWF Workspace MCP server for Claude Desktop — folder-scoped document tools
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]>=1.9.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pdfplumber>=0.11.0
Requires-Dist: python-docx>=1.1.2
Requires-Dist: pypdf>=5.0.0
Requires-Dist: pymupdf>=1.24.0
Requires-Dist: python-pptx>=1.0.0

# gwf-mcp

## Install / upgrade

```bash
pip install -U gwf-mcp
```

Confirm version is **1.1.3+**:

```bash
python -c "import gwf_mcp; print(gwf_mcp.__version__)"
```

## Claude Desktop config

```json
{
  "mcpServers": {
    "gwf-workspace": {
      "command": "C:\\Users\\You\\AppData\\Local\\Python\\pythoncore-3.14-64\\python.exe",
      "args": ["-m", "gwf_mcp"],
      "env": {
        "GWF_WORKSPACE_ROOT": "C:\\Users\\You\\Desktop\\accounting"
      }
    }
  }
}
```

Use your real `python.exe` path. Quit Claude fully → reopen.

## Usage (short prompts)

| User types | Tool call |
|------------|-----------|
| `list_files` | `list_files()` |
| `read report.docx` | `list_files(read="report.docx")` |

Local workspace only (not Claude uploads). Nested folders included.
