npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@tmhs/mobile-mcp

v1.0.0

Published

MCP server for mobile app development - 36 tools for environment checks, project scaffolding, device deployment, screen/component generation, dependency installation, permissions, AI integration, build health, push notifications, deep links, dev environme

Readme

@tmhs/mobile-mcp

MCP server for mobile app development. 36 tools that let AI agents scaffold, build, test, and ship React Native/Expo and Flutter apps.

Part of Mobile App Developer Tools, a Cursor plugin with 43 skills, 12 rules, and this companion MCP server.

Install

npm install -g @tmhs/mobile-mcp

Requires Node 20+.

Quick start

Add to your MCP client config (e.g. Cursor, Claude Desktop):

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "@tmhs/mobile-mcp"]
    }
  }
}

Or run directly:

npx @tmhs/mobile-mcp

The server communicates over stdio using the Model Context Protocol.

Tools (36)

All tools use the mobile_ prefix.

| Tool | Description | | --- | --- | | mobile_checkDevEnvironment | Detect installed tools and SDKs (Node, Expo CLI, Watchman, Xcode, Android Studio, JDK) | | mobile_scaffoldProject | Generate a new Expo project from a template with chosen options | | mobile_runOnDevice | Start dev server and provide instructions for connecting a physical device | | mobile_generateScreen | Create a new Expo Router screen file with navigation wiring | | mobile_generateComponent | Create a React Native component with typed props, StyleSheet, and optional tests | | mobile_installDependency | Install a package via npx expo install with native module detection | | mobile_addPermission | Add platform permission with iOS rationale string to app.json | | mobile_integrateAI | Scaffold AI API client with provider config, error handling, and TypeScript types | | mobile_checkBuildHealth | Validate app.json, check dependencies, verify TypeScript, detect native module issues | | mobile_addPushNotifications | Add expo-notifications plugin, create notification handler, configure Android channel | | mobile_configureDeepLinks | Set scheme, add intent filters, iOS associated domains, generate AASA template | | mobile_resetDevEnvironment | Clear Metro cache, .expo dir, node_modules cache, optionally Pods and Gradle | | mobile_buildForStore | Create a production build for app store submission via EAS Build | | mobile_validateStoreMetadata | Check app.json for required store listing fields | | mobile_submitToAppStore | Submit latest iOS build to App Store Connect via EAS Submit | | mobile_submitToPlayStore | Submit latest Android build to Google Play Console via EAS Submit | | mobile_generateScreenshots | Generate screenshot capture script and list required store dimensions | | mobile_analyzeBundle | Analyze bundle for large dependencies, heavy assets, and optimization opportunities | | mobile_configureOTA | Configure EAS Update for over-the-air JavaScript updates | | mobile_runTests | Execute test suite (Jest or flutter test) and return structured results | | mobile_setupCI | Generate GitHub Actions CI workflow for build, test, and EAS Build | | mobile_generateTestFile | Scaffold a test file for an existing component or module | | mobile_setupI18n | Initialize i18n config with locale files and translation structure | | mobile_addMap | Add map view with provider config, permissions, and marker support | | mobile_generateForm | Scaffold a validated form with typed fields and error handling | | mobile_setupRealtime | Add real-time client with connection management and typed events | | mobile_securityAudit | Scan project for common mobile security anti-patterns | | mobile_profilePerformance | Analyze project for performance anti-patterns and flag jank/memory issues | | mobile_checkOfflineReady | Validate offline-first setup: local DB, network listener, query cache | | mobile_setupMonitoring | Configure APM with Sentry Performance or Datadog RUM | | mobile_setupTheming | Initialize design token system with light/dark themes and semantic colors | | mobile_auditAccessibility | Scan project for a11y violations: labels, touch targets, alt text | | mobile_setupFeatureFlags | Add typed feature flag provider with default values and remote sync | | mobile_createNativeModule | Scaffold an Expo Module or Flutter plugin with Swift/Kotlin stubs | | mobile_upgradeSDK | Generate SDK upgrade plan with dependency fixes and breaking changes | | mobile_checkNativeCompat | Audit packages for New Architecture support and deprecated dependencies |

Development

git clone https://github.com/TMHSDigital/Mobile-App-Developer-Tools.git
cd Mobile-App-Developer-Tools/mcp-server
npm install
npm run build

License

CC-BY-NC-ND-4.0 - Copyright 2026 TM Hospitality Strategies.