AgentHubAgentHub

文件系统

MCP ServerMCP Hub 中国

io.mcp-cn.modelcontextprotocol/server-filesystem · vlatest

文件系统操作的MCP服务器

概览

文件系统 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

文件系统文件管理文件操作

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.modelcontextprotocol/server-filesystem",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "文件系统",
  "description": "文件系统操作的MCP服务器",
  "author": {
    "name": "Anthropic, PBC"
  },
  "homepage": "https://mcp-cn.com/server/79",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@modelcontextprotocol/server-filesystem",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:157750",
    "文件系统",
    "文件管理",
    "文件操作"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@modelcontextprotocol/server-filesystem",
    "originalUrl": "https://mcp-cn.com/server/79",
    "isOfficial": false,
    "status": "active"
  }
}
文件系统 — MCP Server 安装与配置 · AgentHub