patrickkabwe/react-native-upgrader-mcp
A Model Context Protocol (MCP) server that streamlines React Native project upgrades. It provides developers with automated tools to seamlessly upgrade React Native CLI projects to any desired version or the latest stable release. The MCP Server uses `rn-diff-purge` to generate the diff.
Platform-specific configuration:
{
"mcpServers": {
"react-native-upgrader-mcp": {
"command": "npx",
"args": [
"-y",
"react-native-upgrader-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...