A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
text-editorfile-editingLLM-toolsline-orientedpatchingtext-processingtool
Installation & Configuration
{
"mcpServers": {
"mcp-text-editor": {
"command": "npx",
"args": [
"-y",
"mcp-text-editor-mcp"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2024/12/11
Updated
2026/6/7