# Text Editor Server

Provides line-oriented text file editing capabilities through a standardized API, optimized for LLM tools.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-text-editor

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-text-editor
```

---

Source: https://github.com/tumf/mcp-text-editor | License: MIT
