MCP ExplorerExplorer

Mcp Editor

@arathaldon 9 months ago
6 MIT
FreeCommunity
AI Systems
Port of Anthropic's file editing tools to an MCP server

Overview

What is Mcp Editor

mcp-editor is a port of Anthropic’s filesystem editing tools designed for use on an MCP server, enabling users to edit files through a TypeScript-based interface.

Use cases

Use cases for mcp-editor include file editing in various applications, integration with the Claude desktop app, and serving as a reference for creating custom MCP servers with proper access controls.

How to use

To use mcp-editor, install the necessary files by running ‘npm install’ and ‘npm build’. Then, configure your LLM by adding the mcp-editor path to your configuration under ‘mcpServers’.

Key features

Key features include direct integration with Anthropic’s editing tools, the ability to run on a TypeScript MCP server, and flexibility in file management without access controls.

Where to use

undefined

Content

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

mcp-editor MCP server

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:

If you’re using MCP Installer, you just need to provide your LLM with the path on your disk to mcp-editor.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers