GWF Workspace MCP server for Claude Desktop — folder-scoped document tools
Project description
gwf-mcp
Same package for Windows and Mac. Use the install + path style for each OS.
Install
Windows
pip install -U gwf-mcp
Mac (Homebrew Python)
brew install pipx
pipx ensurepath
pipx install gwf-mcp
# upgrade: pipx upgrade gwf-mcp
Or Mac venv:
python3 -m venv ~/gwf-mcp-venv
source ~/gwf-mcp-venv/bin/activate
pip install -U gwf-mcp
Claude Desktop config
Windows
{
"mcpServers": {
"gwf-workspace": {
"command": "python",
"args": ["-m", "gwf_mcp"],
"env": {
"GWF_WORKSPACE_ROOT": "C:\\Users\\You\\Desktop\\accounting"
}
}
}
}
Mac
{
"mcpServers": {
"gwf-workspace": {
"command": "gwf-mcp",
"args": [],
"env": {
"GWF_WORKSPACE_ROOT": "/Users/You/Desktop/accounting"
}
}
}
}
Mac venv alternative: command = /Users/You/gwf-mcp-venv/bin/python, args = ["-m", "gwf_mcp"].
Quit Claude fully → reopen after config changes.
Usage (both OS)
list_files→ list (including nested folders)list_files(read="file.docx")→ readget_workspace→ show configured folder
Mac “no files” (most common)
Terminal ls shows files, but Claude says empty — macOS privacy.
Claude is blocked from Desktop/Documents; it gets an empty list with no error.
- System Settings → Privacy & Security → Full Disk Access → enable Claude
- Also check Files and Folders → Claude → Desktop Folder (on)
- Fully quit Claude (Cmd+Q) → reopen
- Config:
"command": "/Users/YOUR_USER/.local/bin/gwf-mcp", "env": { "GWF_WORKSPACE_ROOT": "/Users/YOUR_USER/Desktop/accounting" }
- Test without Claude:
export GWF_WORKSPACE_ROOT="/Users/YOUR_USER/Desktop/accounting" gwf-mcp --self-test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gwf_mcp-1.1.7.tar.gz.
File metadata
- Download URL: gwf_mcp-1.1.7.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8e31e0e420f9a34e0b812309e06dd8c6bcbd572ce679f11d1f4494f2d65ecb1
|
|
| MD5 |
337c58821374be2803ecd84d86c55bcd
|
|
| BLAKE2b-256 |
b6d45ade224035678e87bbbc413f228842753530b358e595b31c7278c5ea6779
|
File details
Details for the file gwf_mcp-1.1.7-py3-none-any.whl.
File metadata
- Download URL: gwf_mcp-1.1.7-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dd3200d5b850ec8080faddff7840a2c5e5b69ede3693c9e054b50b7c4eda3f9
|
|
| MD5 |
1d065f3134b29df883022c8a5ef04039
|
|
| BLAKE2b-256 |
13d5f2941e7663650074c1fd8579a86c5516822e0e250135d2cd7d681368f1e6
|