
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@nativine/mcp
Advanced tools
Nativine MCP Server — Convert websites to native mobile apps from your AI IDE
The official Model Context Protocol (MCP) server for Nativine — the first website-to-app converter platform with MCP support.
Connect your AI IDE (Cursor, Claude Desktop, Antigravity, VS Code, Windsurf, or any MCP-compatible tool) and convert any website into a native Android (.apk/.aab) or iOS (.ipa) app through natural language chat.
Generate an API key from your Nativine Dashboard → API Keys tab.
Add the following to your MCP configuration:
Cursor / Claude Desktop / Antigravity (mcp_config.json):
{
"mcpServers": {
"nativine": {
"command": "npx",
"args": ["-y", "@nativine/mcp"],
"env": {
"NATIVINE_API_KEY": "ntvn_ak_your_key_here"
}
}
}
}
VS Code (.vscode/settings.json):
{
"mcp.servers": {
"nativine": {
"command": "npx",
"args": ["-y", "@nativine/mcp"],
"env": {
"NATIVINE_API_KEY": "ntvn_ak_your_key_here"
}
}
}
}
Just chat with your AI:
"Convert https://my-store.com into an Android app with a blue theme and bottom navigation"
| Tool | Description |
|---|---|
nativine_get_account | Get authenticated user profile, plan tier, and currency |
nativine_list_drafts | List all app drafts for the authenticated user |
nativine_get_draft | Get full details of a specific app draft |
nativine_save_draft | Create or update an app draft configuration |
nativine_upload_asset | Upload a local file (icon, splash, logo) to Nativine cloud |
nativine_trigger_build | Trigger APK/AAB/IPA compilation for a draft |
nativine_build_status | Check build progress and get download links |
nativine_download_build | Download a completed build to the local filesystem |
NATIVINE_API_KEY from the environment.nativine_list_drafts to show existing apps, or creates a new draft with nativine_save_draft.nativine_trigger_build and poll with nativine_build_status..apk/.aab/.ipa to your project directory.The nativine_save_draft tool accepts a rich config object with these categories:
brandColor, statusBarColor, navBarColor, splashBackgroundColorsplashType (logo/full/animation), splashLogoSize, splashAnimationTypescreenOrientation, enablePullToRefresh, enableProgressBar, enablePinchToZoom, pressAgainToExit, enableFullScreenenableCamera, enableMicrophone, enableLocation, enableStorage (with custom dialog text)userAgent, customCSS, customJS, supportedDomainsenableDeepLinks, deepLinkScheme, enableUniversalLinks.jks/.p12 signing for Play Store releases (Release plan only)versionCode, versionName| Feature | Free Plan | Release Plan |
|---|---|---|
| Trial APK builds | ✅ | ✅ |
| Production APK/AAB | ❌ | ✅ |
| iOS IPA builds | ❌ | ✅ |
| Push Notifications | ❌ | ✅ |
| AdMob Ads | ❌ | ✅ |
| Custom Keystore | ❌ | ✅ |
| Biometrics & Premium Addons | ❌ | ✅ |
If premium features are requested without a Release plan, the assistant will guide you to upgrade. Upgrade anytime at nativine.com/pricing.
| Variable | Required | Description |
|---|---|---|
NATIVINE_API_KEY | ✅ | Your Nativine API key (ntvn_ak_...) |
NATIVINE_API_URL | ❌ | Custom API endpoint (default: https://api.nativine.com/api) |
NATIVINE_PROJECT_DIR | ❌ | Override project directory for local config and downloads |
Full documentation is available at nativine.com/docs.
For MCP-specific setup guides, visit nativine.com/mcp.
ISC
FAQs
Nativine MCP Server — Convert websites to native mobile apps from your AI IDE
The npm package @nativine/mcp receives a total of 36 weekly downloads. As such, @nativine/mcp popularity was classified as not popular.
We found that @nativine/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.