1. Conduid
  2. Developer Tools
  3. React Native Upgrader MCP
MCP server · Developer Tools

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.

Unclaimed MIT last commit 10 months ago devtools
56Fair

Scored 2 days ago · breakdown

About React Native Upgrader MCP

React Native Upgrader MCP is an MCP server published by patrickkabwe in the Developer Tools category: 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. It has been installed 0 times through Conduid.

The repository has 20 stars and 5 forks, with the last commit 10 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx react-native-upgrader-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about React Native Upgrader MCP

Powered by Claude · Grounded in docs

I know everything about React Native Upgrader MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.1Release 1.0.1 · 17 Aug 2025[1.0.1](https://github.com/patrickkabwe/react-native-upgrader-mcp/compare/v0.0.3...v1.0.1) (2025-08-17) ✨ Features mcp-server:** add support for upgrading React Native projects with minimal user input…
v1.0.0Release 1.0.0 · 17 Aug 2025[1.0.0](https://github.com/patrickkabwe/react-native-upgrader-mcp/compare/v0.0.3...v1.0.0) (2025-08-17) ✨ Features mcp-server:** add support for upgrading React Native projects with minimal user input…
v0.0.3Release 0.0.3 · 22 Jul 2025[0.0.3](https://github.com/patrickkabwe/rn-mcp/compare/v0.0.2...v0.0.3) (2025-07-22) 📚 Documentation update README to rename 'react-native-mcp' to 'rn-mcp' and adjust command arguments…
v0.0.2Release 0.0.2 · 22 Jul 20250.0.2 (2025-07-22) Full Changelog**: https://github.com/patrickkabwe/rn-mcp/commits/v0.0.2

README

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.

🚀 Features

  • Version Management: Fetch and track the latest stable React Native versions with semantic versioning support
  • Upgrade Automation: Generate detailed upgrade/downgrade diffs between versions with step-by-step migration guidance
  • Release Candidate Support: Access and evaluate pre-release versions for early testing and feature validation

Important: This MCP Server is not compatible with Expo projects.

🔧 Setup

Cursor

  1. Open Cursor Settings
  2. Look for an option called "Tools and integrations" and click on it
  3. Click on "New MCP Server"
  4. Configure:
    {
        "mcpServers": {
            "react-native-upgrader-mcp": {
                "command": "npx",
                "args": ["-y", "react-native-upgrader-mcp"]
            }
        }
    }
    
  5. Restart Cursor

VS Code

  1. Install MCP extension (e.g., "MCP Server Manager")
  2. Configure:
    {
        "mcp.servers": {
            "react-native-upgrader-mcp": {
                "command": "npx",
                "args": ["-y", "react-native-upgrader-mcp"]
            }
        }
    }
    

🛠️ Tools

  • get-stable-version - Get latest stable version
  • get-react-native-diff - Generate upgrade diff between versions
  • get-rc-version - Get RC versions

🛠️ Development

git clone https://github.com/patrickkabwe/react-native-upgrader-mcp.git
cd react-native-upgrader-mcp
bun install
bun run build
bun run dev

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📄 License

MIT License

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About React Native Upgrader MCP

How do I install React Native Upgrader MCP?

Run npx react-native-upgrader-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is React Native Upgrader MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is React Native Upgrader MCP still maintained?

The last commit was 10 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.