mcp-server-text-editor
If you are the rightful owner of 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.
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 is an open-source implementation of the Claude built-in text editor tool, designed to function as a Model Context Protocol (MCP) server. This package replicates the functionality of Claude's text editor, allowing users to view, edit, and create text files through a standardized API. 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 different versions of Claude's text editor, specifically versions 'text_editor_20241022' and 'text_editor_20250124', but uses the tool name 'text_editor' to avoid conflicts. The server can be easily installed via npm or pnpm and configured for use in Claude Desktop.
Features
- Identical API to Claude's Text Editor: Implements the exact same interface as Claude's built-in text editor tool.
- MCP Server Implementation: Follows the Model Context Protocol standard for AI tool integration.
- File Operations: Supports viewing, creating, replacing, inserting, and undoing edits in text files.