Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
@DonaldTrump-coder
About Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
Using MCP Server on Claude for Desktop
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\username\\Desktop",
"C:\\Users\\username\\Downloads"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件?
这是一个教程,指导用户如何在 Windows 系统下配置 Claude for Desktop,通过 MCP 协议连接文件系统服务器,从而让 Claude AI 能够管理用户指定目录下的文件(如桌面、下载等)。
How to use Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件?
按照教程步骤操作:下载并安装 Claude for Desktop,安装 Node.js (用于运行文件系统服务器),可选安装 Python;在 Claude 设置中编辑 claude_desktop_config.json,添加 filesystem MCP 服务器并指定允许访问的目录;重启 Claude,看到锤子图标后即可通过对话让 Claude 执行文件操作。
Key features of Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
- 通过 MCP 协议实现 Claude AI 管理本地文件。
- 仅支持 Windows 和 macOS(不支持 Linux)。
- 使用官方
@modelcontextprotocol/server-filesystem包。 - 可自定义 Claude 能访问的目录(如桌面、下载)。
- 需要 Node.js 环境运行文件系统服务器。
- 所有文件操作需用户确认后执行。
Use cases of Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
- 让 Claude 自动整理桌面文件(移动、重命名)。
- 在指定目录下创建新文件夹或文档。
- 批量删除或复制下载文件夹中的文件。
- 通过自然语言指令管理文件,无需手动操作。
FAQ from Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
这个教程支持哪些操作系统?
教程基于 Windows 系统,Claude for Desktop 支持 Windows 和 macOS,但 Linux 不支持。
安装过程中需要科学上网吗?
下载 Claude for Desktop 官网可能被禁止访问,需要开启 VPN 并将节点地区改为美国或英国等(中国香港节点也不行)。
文件系统 MCP 服务器如何配置?
在 claude_desktop_config.json 中添加配置,使用 npx -y @modelcontextprotocol/server-filesystem 命令,并在参数中列出允许访问的目录路径(例如桌面和下载)。
可以管理哪些目录?
教程示例中开启了 C:\Users\username\Desktop 和 C:\Users\username\Downloads,用户可根据需要添加更多路径,但必须确保是有效目录。
运行需要哪些依赖?
需要安装 Node.js(含 npm)来通过 npx 运行文件系统服务器;Python 环境可选安装,用于未来功能扩展。
Frequently asked questions
这个教程支持哪些操作系统?
教程基于 Windows 系统,Claude for Desktop 支持 Windows 和 macOS,但 Linux 不支持。
安装过程中需要科学上网吗?
下载 Claude for Desktop 官网可能被禁止访问,需要开启 VPN 并将节点地区改为美国或英国等(中国香港节点也不行)。
文件系统 MCP 服务器如何配置?
在 `claude_desktop_config.json` 中添加配置,使用 `npx -y @modelcontextprotocol/server-filesystem` 命令,并在参数中列出允许访问的目录路径(例如桌面和下载)。
可以管理哪些目录?
教程示例中开启了 `C:\Users\username\Desktop` 和 `C:\Users\username\Downloads`,用户可根据需要添加更多路径,但必须确保是有效目录。
运行需要哪些依赖?
需要安装 Node.js(含 npm)来通过 npx 运行文件系统服务器;Python 环境可选安装,用于未来功能扩展。
Basic information
More AI & Agents MCP servers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Comments