Claude Text Editor
Createdbhouston
Implements the functionality of Claude's built-in text editor tool as a Model Context Protocol (MCP) server.
About
This open-source implementation of the Claude built-in text editor tool functions as a Model Context Protocol (MCP) server, mirroring the functionality of Claude's text editor. It enables viewing, editing, and creating text files through a standardized API, allowing seamless integration with AI models and workflows. It implements an equivalent tool to the built-in Claude text editor tool versions 'text_editor_20241022' and 'text_editor_20250124'.
Key Features
- Supports file operations: view, create, replace, insert, and undo
- Allows viewing file contents with optional line range specification
- Implements the same API as Claude's built-in text editor tool
- Follows the Model Context Protocol standard for AI tool integration
- Includes undo functionality to revert previous edits
Use Cases
- Providing a standardized API for AI models to interact with text files
- Integrating a text editor tool into AI workflows and applications
- Extending the capabilities of AI models with file editing functionality