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.9.tar.gz (12.4 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.9-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gwf_mcp-1.1.9.tar.gz
  • Upload date:
  • Size: 12.4 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.9.tar.gz
Algorithm Hash digest
SHA256 ec2b9c40be700790a1d6763226e42b072f03325b372a8e130dbf9d8f16ca72ee
MD5 474716a80b8fda2da796aa570986b406
BLAKE2b-256 aabbb78f4d60b1f6866a0a3c7224ba0e3ccc13e024bf11b36780837f388af855

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gwf_mcp-1.1.9-py3-none-any.whl
  • Upload date:
  • Size: 12.1 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 58ef78df9de66c8cd1ff401b7ff11ebc5a67a4b1e0fab4d7a89a6614dbaec93b
MD5 c6b2c7b61c01a2fa6fe9679d2f321b66
BLAKE2b-256 d5e48685085210e340287fa9eae21abb37499efe87db833a967664eca2cc979e

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