Back to MCP Servers

Text Editor

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

developer-toolsllm
By tumf

Installation

npx -y mcp-text-editor

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub