Back to MCP directory
publicPublicdnsLocal runtime

file-operator

一个用于文件操作的MCP服务器,可通过Smithery工具快速安装

article

README

🚀 file - operator mcp server

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"
            ]
        }
    }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client