Safely refactor TypeScript and JavaScript code with type-aware transformations.
This MCP tool is described as performing local, type-aware refactoring on TypeScript/JavaScript codebases, with no indicated need for secrets or remote endpoints. Overall risk is relatively low, but its inherent ability to execute locally and modify code, combined with low community adoption and unknown maintenance status, warrants controlled use.
The materials explicitly state that no keys or environment variables are required, and there is no indication of API keys, OAuth tokens, or other sensitive credentials; credential exposure appears minimal.
The materials list no remote host endpoints, and the description only mentions using the TypeScript compiler to refactor within the codebase; there is no factual indication of user code or data being sent to third-party services.
The system flags this tool as executes-code; combined with its role as a refactoring MCP server, it likely runs local programs/compiler logic to perform code transformations. This is a normal high-privilege capability for this class of tool and should be used in a controlled environment.
It claims to perform renaming, function extraction, and import organization 'across your codebase,' which implies reading and modifying project source files. There is no evidence of system permissions beyond its stated function, but write access to the local codebase should still be treated with caution.
Positive factors include being open source under the MIT License, making the code auditable; however, it comes from a third-party registry, has 0 stars, and has unknown maintenance status, so evidence of trustworthiness and maturity is limited and the repository and dependencies should be reviewed.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-refactor-typescript" yet — see the docs or source repo.
Across the entire TypeScript project, rename the variable userData to customerData, updating all references, imports, and exports while preserving type safety.
Produces safe file changes with all references updated consistently and the project still passing type checks.
Analyze the TypeScript code in the src directory, extract repeated order price calculation logic into a reusable function, and update call sites without changing behavior.
Generates an extracted function and updated call sites, reducing duplication while preserving behavior and type correctness.
Organize import statements in this JavaScript/TypeScript project, remove unused imports, sort them consistently, and fix references affected by path changes.
Outputs cleaned and organized imports with necessary reference fixes so the codebase stays tidy and buildable.
Automatically refactor Java and TypeScript/JavaScript codebases to improve quality.
Refactor TypeScript and JavaScript with precise code intelligence and structural analysis.
Generate an MCP server from typed TypeScript functions and JSDoc.
Aggregate MCP tools, generate TypeScript typings, and orchestrate cross-server workflows.
Build TypeScript MCP servers quickly with starter tools and resource examples.
Build MCP servers quickly and cleanly with a TypeScript framework