file - operator mcp server 是一个用于文件操作的 MCP 服务器,能为文件操作提供支持。
可通过 [Smithery](https://smithery.ai/server/@Reculi/file - operator) 自动为 Claude Desktop 安装 file - operator:
npx -y @smithery/cli install @Reculi/file - operator --client claude
必须确保已经安装了 uv。
服务器配置信息如下:
{
"mcpServers": {
"file - operator": {
"command": "uv",
"args": [
"--directory",
"PATH\TO\YOUR\WEATHER\MCP\SERVER",
"run",
"list_dict.py"
]
}
}
}