mcp-server-text-editor

mcp-server-text-editor

15

The Claude Text Editor MCP Server is an open-source project replicating Claude's built-in text editor functionality within a Model Context Protocol server. It supports various file operations and aims for seamless integration into AI applications.

What is the Claude Text Editor MCP Server?

It is an open-source implementation of Claude's built-in text editor tool, functioning as a Model Context Protocol server for text file operations.

How do I install the Claude Text Editor MCP Server?

You can install it using npm with the command npm install mcp-server-text-editor or using pnpm with pnpm add mcp-server-text-editor.

What file operations are supported?

The server supports viewing file contents, creating new files, replacing text, inserting text at specific lines, and undoing previous edits.

Which versions of the Claude text editor are supported?

The server supports versions text_editor_20241022 (Claude 3.5 Sonnet) and text_editor_20250124 (Claude 3.7 Sonnet).

How can I start the server?

You can start the server using npx with npx -y mcp-server-text-editor or if installed globally, simply run mcp-server-text-editor.