A simple Python service designed to transfer files, with the primary purpose of crossing user spaces—such as between your main user space and an OpenClaw sandbox.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_fileserver": {
"command": "uvx",
"args": [
"mcp-fileserver"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp_fileserver uvx mcp-fileserver
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_fileserver": {
"command": "uvx",
"args": [
"mcp-fileserver"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-fileserver