Skip to main content

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") → read
  • get_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.

  1. System Settings → Privacy & Security → Full Disk Access → enable Claude
  2. Also check Files and Folders → Claude → Desktop Folder (on)
  3. Fully quit Claude (Cmd+Q) → reopen
  4. Config:
    "command": "/Users/YOUR_USER/.local/bin/gwf-mcp",
    "env": { "GWF_WORKSPACE_ROOT": "/Users/YOUR_USER/Desktop/accounting" }
    
  5. Test without Claude:
    export GWF_WORKSPACE_ROOT="/Users/YOUR_USER/Desktop/accounting"
    gwf-mcp --self-test
    

Project details


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.8.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gwf_mcp-1.1.8-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file gwf_mcp-1.1.8.tar.gz.

File metadata

  • Download URL: gwf_mcp-1.1.8.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for gwf_mcp-1.1.8.tar.gz
Algorithm Hash digest
SHA256 98552cc91284e5c9bcf009608f72f23cf9b4e2cc3b646dbbb8fce214d62f505d
MD5 89359495b37e1491a0722c94923adfd2
BLAKE2b-256 43e185e5d9270f50352228b13ed087df640da5ed3808493c7bd30c4676591ccd

See more details on using hashes here.

File details

Details for the file gwf_mcp-1.1.8-py3-none-any.whl.

File metadata

  • Download URL: gwf_mcp-1.1.8-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for gwf_mcp-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 87ece36061e8da2514629a03e8112f0e38bf6b4139dff64f2087f44215c3e722
MD5 3da7913b76e9d451c7a408fd03b9dc2b
BLAKE2b-256 178d41a2d0c8fbc59d4d643d5b1ce772a0fae77be30631f7eab4bd8dec4f409f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page