Skip to main content
Glama
patrickkabwe

React Native MCP Server

by 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.

🚀 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.

Related MCP server: React Native Upgrader MCP

🔧 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Provides comprehensive React Native development assistance with expert-level automated code remediation, security vulnerability fixes, performance optimization, and production-ready code generation. Includes testing suite generation, dependency management, and accessibility compliance tools.
    Last updated
    13
    38
    57
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Streamlines React Native CLI project upgrades by providing automated tools to generate detailed diffs and migration guidance between any React Native versions. Uses rn-diff-purge to help developers seamlessly upgrade or downgrade their projects with step-by-step instructions.
    Last updated
    4
    34
    21
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    A Model Context Protocol server designed to streamline Expo and React Native development for AI assistants like Cursor and Claude. It provides a comprehensive suite of tools for project initialization, EAS builds, OTA updates, and development server management.
    Last updated
    1
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server designed for React Native and Expo development that provides specialized tools for project scaffolding, architectural best practices, and troubleshooting. It enables AI assistants to guide users through setup, navigation configuration, and CI/CD processes using modern stacks like NativeWind and Zustand.
    Last updated
    13
    4

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Universal AI API Orchestrator — 1,554 tools, 96 services. One install.

  • The agent-native cloud: database, functions, AI, storage, auth and more. 46 tools, one API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/patrickkabwe/rn-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server