Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
@DonaldTrump-coder
关于 Windows 系统下使用 Claude for Desktop 进行MCP连接:让智能体帮你管理文件
Using MCP Server on Claude for Desktop
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\username\\Desktop",
"C:\\Users\\username\\Downloads"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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 环境可选安装,用于未来功能扩展。
AI 与智能体 分类下的更多 MCP 服务器
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
评论