File Editor
About
Provides file operations for reading, writing, and editing on host systems.
Details
- Author
- arathald
- Repository
- arathald/mcp-editor
- GitHub stars
- 6
- Downloads
- 283
- License
- MIT License
- Categories
- Productivity, Developer Tools, Design, File Management, AI, Security, Project Management, Infrastructure, Frontend, Other
Jump to
- Direct port of Anthropic’s filesystem editing tools.
- TypeScript implementation for compatibility.
- Works with any MCP client supporting file operations.
- No access controls – relies entirely on client approval.
- Provided as reference – not actively maintained.
- Author recommends pairing with mcp-server-commands.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
File EditorCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/absolute/path/to/mcp-editor/dist/server.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Get the files on your computer.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"file editor": {
"env": {},
"args": [
"/absolute/path/to/mcp-editor/dist/server.js"
],
"command": "node"
}
}
}
Linux
{
"env": [],
"args": [
"/absolute/path/to/mcp-editor/dist/server.js"
],
"command": "node"
}
Macos
{
"env": [],
"args": [
"/absolute/path/to/mcp-editor/dist/server.js"
],
"command": "node"
}
Windows
{
"env": [],
"args": [
"/absolute/path/to/mcp-editor/dist/server.js"
],
"command": "node"
}
mcp-editor
This is a direct port of Anthropic's filesystem editing tools from their computer use demos to a TypeScript MCP server. It was written largely by Claude Sonnet 3.5 on Roo Cline (now Roo Code) with probably not quite enough direct supervision. I checked over the code and use this server every day, but there may be mistakes or AI weirdness.I recommend using this server along with mcp-server-commands
<a href="https://glama.ai/mcp/servers/lnfcd9is5i"></a>
WARNING: This MCP server has NO access controls and relies entirely on your client's approval mechanisms. Use at your own risk. DO NOT automatically approve write operations, doing so basically gives the LLM permission to destroy your computer.
WARNING: This MCP server is NOT actively maintained, and is provided for reference (for example creating your own MCP server with proper access controls). I may update it occasionally.
Usage
Get the files on your computer.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





