# MCP File System Server
This MCP written in python interacts with the file system
# How to use
First you need to make sure you have uvx the python package and environment manager.
```sh
uv --version
```
If you don't have it, download it using:
```sh
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
```
```sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
```
Or visit the official website ofe uv at: [uv website](https://docs.astral.sh/uv/)
Then define the mcp Server in the different clients
### VSCode `$env:USERPROFILE\AppData\Roaming\Code\User\mcp.json`
```json
{
"servers": {
"loadept-mcp-filesystem": {
"type": "stdio",
"command": "uvx",
"args": ["loadept-mcp-filesystem"],
"env": {
"BASE_PATH": "Path:\\To\\Base\\Dir"
}
}
}
}
```
### Cursor AI `$env:USERPROFILE\.cursor\mcp.json`
```json
{
"mcpServers": {
"loadept-mcp-filesystem": {
"command": "uvx",
"args": ["loadept-mcp-filesystem"]
}
}
}
```
### Claude Desktop `$env:USERPROFILE\AppData\Roaming\Claude\claude_desktop_config.json`
```json
{
"mcpServers": {
"loadept-mcp-filesystem": {
"command": "uvx",
"args": ["loadept-mcp-filesystem"],
"env": {
"BASE_PATH": "Path:\\To\\Base\\Dir"
}
}
}
}
```
Raw data
{
"_id": null,
"home_page": null,
"name": "loadept-mcp-filesystem",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": "loadept <loadept3@gmail.com>",
"keywords": "automation, filesystem, llm, mcp",
"author": "loadept",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/3a/01/45be4727dbde5ee0de3776fce16157797d96717ad0d1e2d41e2f1ec60011/loadept_mcp_filesystem-0.3.3.tar.gz",
"platform": null,
"description": "# MCP File System Server\n\nThis MCP written in python interacts with the file system\n\n# How to use\nFirst you need to make sure you have uvx the python package and environment manager.\n```sh\nuv --version\n```\n\nIf you don't have it, download it using:\n```sh\n# On macOS and Linux.\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n```sh\n# On Windows.\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\nOr visit the official website ofe uv at: [uv website](https://docs.astral.sh/uv/)\n\nThen define the mcp Server in the different clients\n### VSCode `$env:USERPROFILE\\AppData\\Roaming\\Code\\User\\mcp.json`\n```json\n{\n\t\"servers\": {\n\t\t\"loadept-mcp-filesystem\": {\n\t\t\t\"type\": \"stdio\",\n\t\t\t\"command\": \"uvx\",\n\t\t\t\"args\": [\"loadept-mcp-filesystem\"],\n\t\t\t\"env\": {\n\t\t\t\t\"BASE_PATH\": \"Path:\\\\To\\\\Base\\\\Dir\"\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\n### Cursor AI `$env:USERPROFILE\\.cursor\\mcp.json`\n```json\n{\n \"mcpServers\": {\n \"loadept-mcp-filesystem\": {\n \"command\": \"uvx\",\n \"args\": [\"loadept-mcp-filesystem\"]\n }\n }\n}\n```\n\n### Claude Desktop `$env:USERPROFILE\\AppData\\Roaming\\Claude\\claude_desktop_config.json`\n```json\n{\n \"mcpServers\": {\n \"loadept-mcp-filesystem\": {\n \"command\": \"uvx\",\n \"args\": [\"loadept-mcp-filesystem\"],\n\t\t\t\"env\": {\n\t\t\t\t\"BASE_PATH\": \"Path:\\\\To\\\\Base\\\\Dir\"\n\t\t\t}\n }\n }\n}\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "MCP Server for Filesystem Operations",
"version": "0.3.3",
"project_urls": null,
"split_keywords": [
"automation",
" filesystem",
" llm",
" mcp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "40be879fdd139115947f36f5749a9523be99d8f9764e33bd9de45ab870fd8711",
"md5": "9cccf56a11480e09e625164217564522",
"sha256": "d26b543570c67d203e12b0ec80a7fcd7ed000265859768a35159e727c8a77381"
},
"downloads": -1,
"filename": "loadept_mcp_filesystem-0.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9cccf56a11480e09e625164217564522",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 6822,
"upload_time": "2025-08-23T05:11:30",
"upload_time_iso_8601": "2025-08-23T05:11:30.908423Z",
"url": "https://files.pythonhosted.org/packages/40/be/879fdd139115947f36f5749a9523be99d8f9764e33bd9de45ab870fd8711/loadept_mcp_filesystem-0.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a0145be4727dbde5ee0de3776fce16157797d96717ad0d1e2d41e2f1ec60011",
"md5": "a5559e706ed26e4f9635d759ae7a7e26",
"sha256": "cc9ba917429a51d85ea062520b8e4761e85f093eda05c1143f3438341f6ea6be"
},
"downloads": -1,
"filename": "loadept_mcp_filesystem-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "a5559e706ed26e4f9635d759ae7a7e26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 26103,
"upload_time": "2025-08-23T05:11:32",
"upload_time_iso_8601": "2025-08-23T05:11:32.014620Z",
"url": "https://files.pythonhosted.org/packages/3a/01/45be4727dbde5ee0de3776fce16157797d96717ad0d1e2d41e2f1ec60011/loadept_mcp_filesystem-0.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 05:11:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "loadept-mcp-filesystem"
}