Back to directory
ai-wes/version_checker_mcp

ai-wes/version_checker_mcp

@ai-wes0

A MCP server for React Native/Expo projects to analyze dependencies, check compatibility, and review changelogs.

react nativeexpodependenciescompatibilitymcp servertool

Installation & Configuration

{
  "mcpServers": {
    "react-native-expo-helper": {
      "command": "node",
      "args": [
        "dist/version_checker_server.js"
      ],
      "env": {
        "GITHUB_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/22
Updated
2026/6/7