tumf/mcp-text-editor
Platform-specific configuration:
{
"mcpServers": {
"mcp-text-editor": {
"command": "npx",
"args": [
"-y",
"mcp-text-editor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://codecov.io/gh/tumf/mcp-text-editor) [](https://smithery.ai/server/mcp-text-editor) [](https://glama.ai/mcp/servers/k44dnvso10)
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.
To use this editor with Claude.app, add the following configuration to your prompt:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json{
"mcpServers": {
"text-editor": {
"command": "uvx",
"args": [
"mcp-text-editor"
]
}
}
}MCP Text Editor Server is designed to facilitate safe and efficient line-based text file operations in a client-server architecture. It implements the Model Context Protocol, ensuring reliable file editing with robust conflict detection and resolution. The line-oriented approach makes it ideal for applications requiring synchronized file access, such as collaborative editing tools, automated text processing systems, or any scenario where multiple processes need to modify text files safely. The partial file access capability is particularly valuable for LLM-based tools, as it helps reduce token consumption by loading only the necessary portions of files.
Loading reviews...