edit (MCP Server)

GitHub

We all edit.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "edit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-edit"
      ]
    }
  }
}