Filesystem
Read and search files in folders you explicitly allow.
The Filesystem skill lets an assistant list, read, search, and (if you allow it) write files in specific folders on your computer. You pass the allowed folders in the configuration — everything else stays invisible. This is the skill behind "summarize all invoices in this folder" or "find the contract that mentions X". No API key, runs fully local.
Install Filesystem
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"~/Documents"
]
}
}
}Recipes using this skill
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Filesystem are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.
Industrial-strength web scraping with JavaScript rendering.