mcp-text-editor-server
If you are the rightful owner of mcp-text-editor-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that implements Anthropic's text editor tool functionality, allowing Claude and other MCP clients to read and modify files within a specified directory.
The MCP Text Editor Server is designed to facilitate file manipulation tasks such as viewing, editing, creating, and restoring files within a specified directory. It supports a range of commands that allow users to view file contents, replace text, edit code blocks, insert new content, create new files, and undo changes. The server is built with security features like path validation and automatic backups to ensure safe operations. It integrates seamlessly with Claude for Desktop, allowing users to perform file operations through conversational commands.
Features
- view: Examine file content or list directory contents with options to view specific line ranges.
- str_replace: Make precise text replacements with options to limit the number of replacements.
- edit: Edit blocks of code by line numbers, providing a safer alternative for major code modifications.
- insert: Add new content at specific line numbers, even beyond the current file length.
- create: Create new files or overwrite existing ones with specified content.