edit-file
Creates or edits a file.
How to use it
edit-file is exposed by the React MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the edit-file tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install React MCP
npx -y @smithery/cli install @Streen9/react-mcp --client claudeOther tools in React MCP (19)
Checks the status of a package installation process.
(required): Command to execute
(required): Content to write to the file
Creates a new React application.
(optional): Whether to install as a dev dependency
(optional): Base directory to create the app in (defaults to home directory)
(required): Path to the file to edit
Gets the output from a running or completed process.
Installs a npm package in a project.
Lists all running processes.
(required): Name of the React app
(required): Name of the package to install (can include version)
(required): ID of the process to get output from
(required): Path to the React project folder
Reads the contents of a file.
Runs a terminal command.
Runs a React application in development mode.
Stops a running process.
(optional): Template to use (e.g., typescript, cra-template-pwa)