MCP File Operations Server

MCP File Operations Server

Enables secure file management operations within a documents folder, including reading, writing, listing, deleting files and creating directories. Supports all file types with path validation to prevent access outside the designated documents directory.

Category
访问服务器

README

MCP File Operations Server

A Python MCP (Model Context Protocol) server that provides read and write access to files in the documents subfolder for use with Claude Desktop.

Features

  • Read files: Read the contents of any file in the documents folder
  • Write files: Create or overwrite files in the documents folder
  • List files: Browse files and directories in the documents folder with search capabilities
  • Delete files/directories: Remove files or directories from the documents folder
  • Create directories: Create new directories within the documents folder
  • Security: Path validation to prevent access outside the documents folder
  • All file types: Supports all file types without restrictions
  • Search functionality: Find files using patterns and recursive search

Installation

Using Poetry (Recommended)

  1. Install Poetry if you haven't already:

    curl -sSL https://install.python-poetry.org | python3 -
    
  2. Install dependencies:

    poetry install
    
  3. Activate the virtual environment:

    poetry shell
    

Using pip

  1. Install the required dependencies:

    pip install -r requirements.txt
    
  2. Ensure the documents folder exists in your project directory.

Usage with Claude Desktop

1. Add the server to Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings → MCP Servers
  3. Click "Add Server"
  4. Configure the server:
    • Name: File Operations
    • Command: poetry (if using Poetry) or python
    • Arguments: run run_server.py (if using Poetry) or run_server.py (if using pip)
    • Working Directory: Path to your project folder

2. Available Tools

Once connected, Claude will have access to these tools:

read_file

Read the contents of a file from the documents folder.

Parameters:

  • file_path (required): Path to the file relative to the documents folder

Example:

Read the file "notes.txt" from the documents folder

write_file

Write content to a file in the documents folder.

Parameters:

  • file_path (required): Path to the file relative to the documents folder
  • content (required): Content to write to the file
  • mode (optional): Write mode - "w" for overwrite (default), "a" for append

Example:

Write "Hello World" to a file called "greeting.txt"

list_files

List all files and directories in the documents folder with search capabilities.

Parameters:

  • subdirectory (optional): Specific subdirectory to list files from
  • search_pattern (optional): Search pattern to filter files (supports wildcards like *.txt, *.py, etc.)
  • recursive (optional): Whether to search recursively in subdirectories (default: false)

Examples:

List all files in the documents folder
List all Python files recursively
List all files in the "projects" subdirectory
Search for files matching "*.md" pattern

delete_file

Delete a file or directory from the documents folder.

Parameters:

  • file_path (required): Path to the file or directory relative to the documents folder
  • recursive (optional): Whether to delete directories recursively (default: false)

Examples:

Delete the file "old_notes.txt"
Delete the directory "temp_folder" recursively

create_directory

Create a new directory in the documents folder.

Parameters:

  • dir_path (required): Path to the directory relative to the documents folder

Example:

Create a directory called "projects"

Security Features

  • Path validation: All file operations are restricted to the documents folder
  • Directory traversal protection: Prevents access to parent directories
  • All file types supported: No restrictions on file extensions
  • Error handling: Comprehensive error messages for debugging

Supported File Types

The server supports all file types without any restrictions. You can read, write, and manage any file format including:

  • Text files (.txt, .md, .py, .js, .html, .css, etc.)
  • Data files (.json, .csv, .xml, .yaml, etc.)
  • Binary files (.pdf, .doc, .xls, .zip, etc.)
  • Images (.jpg, .png, .gif, etc.)
  • And any other file type

Testing the Server

Using Poetry

You can test the server using Poetry:

# Run the server directly
poetry run python run_server.py

# Run tests
poetry run pytest

# Run tests with coverage
poetry run pytest --cov=mcp_file_server

Using pip

You can test the server manually by running:

python run_server.py

The server will start and wait for MCP protocol messages on stdin/stdout.

Troubleshooting

Common Issues

  1. Import errors: Make sure you've installed the requirements:

    # Using Poetry
    poetry install
    
    # Using pip
    pip install -r requirements.txt
    
  2. Permission errors: Ensure the documents folder has write permissions

  3. Path issues: The server automatically creates the documents folder if it doesn't exist

  4. Claude Desktop connection: Make sure the working directory in Claude Desktop settings points to your project folder

  5. Poetry not found: Install Poetry using the official installer:

    curl -sSL https://install.python-poetry.org | python3 -
    

Logging

The server includes logging to help debug issues. Check the console output for error messages.

Development

Using Poetry

To modify the server:

  1. Edit mcp_file_server/server.py to add new tools or modify existing ones
  2. Modify the DOCUMENTS_DIR constant to change the base directory
  3. All file types are supported by default - no need to modify file type restrictions
  4. Run tests: poetry run pytest
  5. Format code: poetry run black .
  6. Sort imports: poetry run isort .

Using pip

To modify the server:

  1. Edit mcp_file_server/server.py to add new tools or modify existing ones
  2. Modify the DOCUMENTS_DIR constant to change the base directory
  3. All file types are supported by default - no need to modify file type restrictions

License

This project is open source and available under the MIT License.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选