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-editorConfiguration
{
"mcpServers": {
"mcp-text-editor": {
"command": "npx",
"args": ["-y", "mcp-text-editor"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes