MCP Text Editor Server provides line-oriented text file editing capabilities through a standardized API, optimized for LLM applications with efficient partial file access to minimize token consumption. It delivers tools for reading and editing text files with line-range specifications, conflict detection through hash-based validation, support for multiple character encodings, and atomic multi-file operations. This server solves the problem of safe, token-efficient file manipulation in LLM-based tools and collaborative editing scenarios by enabling synchronized access to specific portions of files without loading entire documents.
claude mcp add --transport stdio tumf-mcp-text-editor uvx mcp-text-editor