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.5.tar.gz
(10.6 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.5-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file gwf_mcp-1.1.5.tar.gz.
File metadata
- Download URL: gwf_mcp-1.1.5.tar.gz
- Upload date:
- Size: 10.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 |
d14f4abfd848cb9c6fed804a96c1cd45276bc1f4d960464e77439ee5f8de68a9
|
|
| MD5 |
eb58b3ae376cfc10e096b06012b27eeb
|
|
| BLAKE2b-256 |
62e9ec72048db24d586150c412d452080f266135c6adc0f4e6a49fd255587f8c
|
File details
Details for the file gwf_mcp-1.1.5-py3-none-any.whl.
File metadata
- Download URL: gwf_mcp-1.1.5-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
4edd07be51b3171fe0a3a92d2e570f01f164a42e08e4751f839eed071a18f1dc
|
|
| MD5 |
165b7497e72762a536730c84c4f3c23b
|
|
| BLAKE2b-256 |
7f182d5a24f98641350b165d2c971fc844ba44ebe61d002f4380bf9d5a4cf3a7
|