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” checklist
- Path is Mac style (
/Users/...), notC:\\... - Folder exists and has pdf/docx/xlsx/pptx
- Full Disk Access for Claude (System Settings → Privacy & Security)
get_workspacethenlist_files
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
gwf_mcp-1.1.6.tar.gz
(11.9 kB
view details)
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
gwf_mcp-1.1.6-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file gwf_mcp-1.1.6.tar.gz.
File metadata
- Download URL: gwf_mcp-1.1.6.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94af6ce9c2071d07fc1f179b75244411a24807bcbf3d23eacc9b8ced82803414
|
|
| MD5 |
a86707940db9560eac85ad009da75db0
|
|
| BLAKE2b-256 |
49166b335c29559d2ef36404fd7f52bb912d574b61cecf6f5ba3dc3d268fa3ef
|
File details
Details for the file gwf_mcp-1.1.6-py3-none-any.whl.
File metadata
- Download URL: gwf_mcp-1.1.6-py3-none-any.whl
- Upload date:
- Size: 11.7 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 |
116e35b1bbc1fc8079a226053421fc86af8a43e25261b0c92994d59cf88bb7ac
|
|
| MD5 |
abdd5546e5a4682cecc2452b2b24cac1
|
|
| BLAKE2b-256 |
5d280ad988a7e98a5404321fdf94fc8a718e51442641299959cd16a4f61087b0
|