tumf/mcp-text-editor
A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.
Quick Start
Clone the repository:
git clone https://github.com/tumf/mcp-text-editorClaude Desktop configuration example:
{
"mcpServers": {
"mcp-text-editor": {
"command": "npx",
"args": [
"-y",
"tumf/mcp-text-editor"
]
}
}
}Check the repository README for specific installation and configuration instructions.