Skip to main content
Developer ToolsPython

tumf/mcp-text-editor

A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tumf/mcp-text-editor

Claude 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.

Details

Category
Developer Tools
Language
Python
Author
tumf