Python File Manager MCP
@anthropics
About Python File Manager MCP
A Python MCP server for file operations
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments