Python File Manager MCP
@anthropics
关于 Python File Manager MCP
A Python MCP server for file operations
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Python File Manager MCP?
Python File Manager MCP is a Python-based MCP server that provides file management capabilities such as file operations and directory management. It is designed for Claude Desktop users (≥0.10.0) and demonstrates proper MCP protocol implementation in a Desktop Extension.
How to use Python File Manager MCP?
Configure the server in an MCP client using the entry point server/main.py with the required arguments --workspace=${user_config.workspace_directory}. Ensure Python 3.8 or later (but <4) is installed. The server exposes three tools: list_files, read_file, and get_file_info.
Key features of Python File Manager MCP
- List files in a directory
- Read file contents
- Get detailed file information
- Configurable workspace directory
- Debug mode output support
Use cases of Python File Manager MCP
- Browsing and inspecting files in a designated workspace
- Reading configuration or log files through an MCP client
- Obtaining metadata (size, dates, etc.) for files
- Learning Python-based MCP server development
FAQ from Python File Manager MCP
What tools does Python File Manager MCP provide?
It provides three tools: list_files (list files in a directory), read_file (read file contents), and get_file_info (get information about a file).
What are the runtime requirements?
Python version 3.8 or later but less than 4. The server is compatible with macOS, Windows, and Linux.
How do I set the workspace directory?
Set the workspace_directory in the user configuration; the default is ${HOME}/Documents. It can be changed to any accessible directory.
Does it require authentication?
The README does not mention any authentication mechanism. The server likely operates within the local filesystem scope as configured.
What transport does it use?
The README does not specify a transport; it implements the MCP protocol, which typically uses stdio or other transports as defined by the MCP client.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论