Back to directory
tumf/mcp-text-editor

tumf/mcp-text-editor

@tumf

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.

mcptext-editorfile-editingline-orientedpartial-accesstoken-efficiencypythontool

Installation & Configuration

{
  "mcpServers": {
    "text-editor": {
      "command": "uvx",
      "args": [
        "mcp-text-editor"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12