Python File Manager MCP
@anthropics
About Python File Manager MCP
A Python MCP server for file operations
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 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.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments