Stop opening the same files every week for one answer. Ten minutes today means you never manually search that folder again.
| Setup file | claude_desktop_config.json |
|---|---|
| Access model | Folder-limited via mcpServers entry |
| Download source | claude.ai/download, free for Mac and Windows |
| Filesystem package | @modelcontextprotocol/server-filesystem |
1. Pick the one folder you keep re-opening
Think of the documents you search through again and again for the same kind of answer: vendor contracts, HR policies, price lists, monthly reports. Pick one folder, not your whole drive. For example, a folder called Vendor Contracts with twelve PDFs, one per supplier.
2. Install an AI app that can use tools
Download Claude Desktop, free at claude.ai/download, for Mac or Windows. This is different from the AI chat you already use because it can run small tools called MCP, which just means giving the AI safe, limited access to one thing, like a key to one drawer instead of your whole office.
3. Point it at that one folder
In the app, open Settings, then Developer, then Edit Config. This opens a small text file. Add the filesystem tool with the exact path to your chosen folder and save. Restart the app completely so it picks up the change.
4. Ask the question you’d normally search for
Type your real question, the one you usually solve by opening files one by one. For example: Which vendor contracts renew before December? The assistant opens the files itself, reads them, and answers, naming which file each answer came from.
5. Check it before you trust it
For the first week, open the one or two files it names and confirm the answer is right. Once a handful of answers hold up, you can stop double checking every time.
A worked example
An operations manager keeps twelve vendor contract PDFs in one folder and needs to track renewal dates every month.
Before
Opens Contract_Acme.pdf, presses Ctrl+F, types renew, reads the clause, closes it. Repeats for all twelve files. About twenty minutes lost, every month.
After
Asks: Which vendor contracts renew before December 2026? Assistant replies: Acme Logistics renews November 3, 2026 (Contract_Acme.pdf). Beacon Supplies renews November 28, 2026 (Contract_Beacon.pdf). All other contracts renew after December 2026. Answer takes about fifteen seconds.
Three ways to bend it
For HR
Point the tool at a folder of policy documents instead of contracts. Ask something like: What is the leave policy for someone in their second year? The assistant reads the actual policy PDF and quotes the relevant line instead of you searching the handbook.
For finance
Point it at a folder of monthly expense reports. Ask: Which months this year did travel spend go over budget? It checks each report and lists the months with figures, instead of you opening twelve spreadsheets by hand.
Without editing any config
If editing a settings file feels too technical, skip MCP entirely. In any AI chat app, just attach the specific file you need answered that day. Slower since you repeat it each time, but the same idea: let the AI read the document instead of you searching it.
When it goes wrong
It says it can’t find the folder
The path in the config almost always has a small typo, or the app wasn’t fully restarted. Close the app completely, not just the window, and reopen it.
It gives a confident answer that turns out to be wrong
Ask it to quote the exact sentence from the file, not just summarize. If it can’t quote a real line, it’s guessing. Check the first several answers this way until you trust it.
I’m nervous about giving AI access to my files
Point it at a copy of the folder, not the original, and never at anything with sensitive personal data like salaries or health records unless your company has approved it.
When not to use this
Skip this if the documents are highly sensitive, like salary details or health records, unless your company has cleared it, and skip it if you only ever open a document once. This is for the folder you keep going back to, not a one-off file.
What you can now do
You stop being the one who manually searches; the file search becomes something you ask for instead of something you do.
Part of Making Life Easier With AI, a weekly walk-through of one small thing AI can take off your plate.
Take this further
Act as a blunt hiring manager who has read ten thousand resumes, not a career coach. I will paste my full resume and the job description I want. Rewrite the whole resume for that role, section by section, in this order: summary, experience, skills, education. Rules: every experience line leads with impact, not duty. Use bracketed placeholders like [8 percent] for any number I did not give you, and list at the end every placeholder I need to replace with a real figure. Keep it to one page of text. Plain formatting only, no tables or columns, so screening software can parse it. After the rewrite, tell me the three weakest claims that need evidence before I send this anywhere. My resume: [paste resume]. The role: [paste job description].
Takeaways
- Pick one folder you reopen for the same kind of answer, not your whole drive, before touching any settings.
- Edit claude_desktop_config.json under Settings, Developer, Edit Config, and fully quit and reopen Claude Desktop, not just the window, for it to load.
- For the first week, ask Claude to quote the exact line from the file behind each answer, and open that file yourself to confirm before trusting it.
- Point the filesystem tool at a copy of the folder rather than the original, and keep it away from salary or health records unless your company has cleared it.
- If config editing feels too technical, attach files directly in a normal AI chat instead of setting up MCP.
Questions people actually ask
How do I let Claude read files from a specific folder on my computer?
Install Claude Desktop from claude.ai/download, open Settings, go to Developer, and click Edit Config. Add the filesystem server entry with the exact path to your folder in the mcpServers section of claude_desktop_config.json, save the file, then fully quit and reopen the app so it loads the new connection.
What is MCP in Claude Desktop?
MCP, or Model Context Protocol, is a standard that lets Claude Desktop connect to local tools such as a filesystem server. Instead of full access to your computer, you grant it access to specific folders you list in the config file, similar to handing over a key to one drawer rather than the whole office.
Why does Claude say it can’t find my folder after I set up MCP?
The most common causes are a typo in the folder path inside claude_desktop_config.json, using a relative path instead of an absolute one, or not fully restarting the app. Quit Claude Desktop completely, not just the window, confirm the path is exact and absolute, then reopen it.
Is it safe to give an AI assistant access to my files?
Grant access only to a copy of the folder rather than the original, avoid pointing it at sensitive material like salary or health records unless your company has approved it, and ask the assistant to quote the exact line it used for an answer so you can confirm it isn’t guessing.
Do I have to edit a config file to use Claude with my documents?
No. If editing claude_desktop_config.json feels too technical, you can skip MCP and attach individual files directly in any AI chat app instead. It’s slower since you repeat it for every question, but it applies the same underlying idea of having the AI read the document directly.
Sources
- Connect to local MCP serversModel Context Protocol
- Download ClaudeAnthropic
- Getting Started with Local MCP Servers on Claude DesktopClaude Help Center
- modelcontextprotocol/servers: Filesystem ServerGitHub / Model Context Protocol
What happens next
Expect more AI apps to ship one-click connectors for local folders instead of manual JSON editing, since Anthropic has already started rolling out extension-based installs for MCP servers alongside the config file method. Watch for the same folder-scoped permission model showing up in competing AI desktop apps as this pattern becomes standard for giving assistants safe file access.

