Basic Filesystem Server Configuration
Simple filesystem server setup for document access in Claude Desktop
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Documents"]
}
}
}