bhouston_mcp-server-text-editor

bhouston_mcp-server-text-editor

3.1

If you are the rightful owner of bhouston_mcp-server-text-editor 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.

Claude Text Editor MCP Server is an open-source implementation of the Claude built-in text editor tool as a Model Context Protocol (MCP) server.

The Claude Text Editor MCP Server provides a standardized API for viewing, editing, and creating text files, mirroring the functionality of Claude's built-in text editor tool. This server adheres to the Model Context Protocol standard, ensuring seamless integration with AI tools. It supports file operations such as viewing file contents with optional line range specification, creating new files, replacing text in existing files, inserting text at specific line numbers, and undoing previous edits. The server is compatible with Claude's text editor tool versions 'text_editor_20241022' and 'text_editor_20250124', but uses the tool name 'text_editor' to avoid conflicts. This package is designed for developers looking to integrate text editing capabilities into their applications using a consistent and reliable protocol.

Features

  • Identical API to Claude's Text Editor
  • MCP Server Implementation
  • File Operations: View, Create, Replace, Insert, Undo
  • Supports Multiple Claude Text Editor Versions
  • Open-source and Easy to Integrate