The file mcp server to through which ai can access the desktop folders and files and perform the crud operation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"file_mcp_server": {
"command": "npx",
"args": [
"-y",
"SohailShabbir867/file_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add file_mcp_server npx -y SohailShabbir867/file_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"file_mcp_server": {
"command": "npx",
"args": [
"-y",
"SohailShabbir867/file_mcp_server"
]
}
}
}