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
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. Run:
npm install
npm build
If you’re using the Claude desktop app, paste this into your config under “mcpServers”, and edit the path to match where you put mcp-editor:
{
"mcpServers":
... your existing servers ...
"mcp-editor": {
"command": "node",
"args": ["/absolute/path/to/mcp-editor/dist/server.js"]
}
}
}
If you’re using MCP Installer, you just need to provide your LLM with the path on your disk to mcp-editor.
mcp-editor
Project Details
- arathald/mcp-editor
- MIT License
- Last Updated: 3/21/2025
Categories
Recomended MCP Servers
The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified...
A MCP Server for creating Powerpoint Presentations
Fully functional AI Logic Calculator utilizing Prover9/Mace4 via Python based Model Context Protocol (MCP-Server)- tool for Windows Claude...
Integrate the Productboard API into agentic workflows via MCP
Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations...
Nautobot plugin that enables AI assistants to interact with network data through the Model Context Protocol (MCP).
MCP (Model context protocol) server with LLMling backend
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library,...
MCP server implementation for Keycloak user management. Enables AI-powered administration of Keycloak users and realms through the Model...
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like...





