MCP Filesystem Server
@MCP-Mirror
关于 MCP Filesystem Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"philgei_mcp_server_filesystem": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Filesystem Server?
This server enables Claude Desktop to interact with files in user‑specified directories. It is an unofficial Proof‑of‑Concept port of Claude’s filesystem MCP server, created for educational purposes and not intended for production.
How to use MCP Filesystem Server?
Install the server with UVX, then configure it in claude_desktop_config.json by listing one or more directories as command arguments. After restarting Claude Desktop, access the server through the paperclip icon and the MCP menu.
Key features of MCP Filesystem Server
- Enforces strict path validation for security
- Only directories in
argsare accessible - Supports multiple directory specifications
- Unofficial Proof‑of‑Concept implementation
Use cases of MCP Filesystem Server
- Provide Claude Desktop with controlled file access
- Explore MCP server functionality for educational purposes
- Demonstrate filesystem integration with AI assistants
FAQ from MCP Filesystem Server
What directories can the server access?
Only directories explicitly listed in the args array of the configuration file.
Is this server safe for production use?
No. The README states it is an unofficial Proof‑of‑Concept and should not be used in production environments.
What should I do if the server does not appear in Claude Desktop?
Verify your config file syntax, confirm the package is installed (uv pip list), ensure your Python environment is active, and restart Claude Desktop.
What runtime dependencies are required?
Python with the UV package manager. The server is installed using uv pip install -e ..
文件与存储 分类下的更多 MCP 服务器
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.

Filesystem
modelcontextprotocolModel Context Protocol Servers
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
评论