@nativine/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@nativine/mcpConvert my store into an Android app with blue theme"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@nativine/mcp — Nativine MCP Server
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.
🚀 Quick Start
1. Get Your API Key
Generate an API key from your Nativine Dashboard → API Keys tab.
2. Configure Your IDE
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"
}
}
}
}3. Start Building
Just chat with your AI:
"Convert https://my-store.com into an Android app with a blue theme and bottom navigation"
Related MCP server: app-publish-mcp
🔧 Available Tools
Tool | Description |
| Get authenticated user profile, plan tier, and currency |
| List all app drafts for the authenticated user |
| Get full details of a specific app draft |
| Create or update an app draft configuration |
| Upload a local file (icon, splash, logo) to Nativine cloud |
| Trigger APK/AAB/IPA compilation for a draft |
| Check build progress and get download links |
| Download a completed build to the local filesystem |
🔄 How It Works
Authenticate — The server reads your
NATIVINE_API_KEYfrom the environment.List or Create Drafts — The AI calls
nativine_list_draftsto show existing apps, or creates a new draft withnativine_save_draft.Configure Your App — Set branding colors, permissions, splash screens, bottom navigation, deep links, push notifications, and 30+ native features.
Upload Assets — Upload app icons and splash images directly from your local filesystem.
Build — Trigger compilation with
nativine_trigger_buildand poll withnativine_build_status.Download — Once complete, the AI downloads the
.apk/.aab/.ipato your project directory.
📋 Configuration Options
The nativine_save_draft tool accepts a rich config object with these categories:
Branding —
brandColor,statusBarColor,navBarColor,splashBackgroundColorSplash Screen —
splashType(logo/full/animation),splashLogoSize,splashAnimationTypeBehavior —
screenOrientation,enablePullToRefresh,enableProgressBar,enablePinchToZoom,pressAgainToExit,enableFullScreenPermissions —
enableCamera,enableMicrophone,enableLocation,enableStorage(with custom dialog text)Web Overrides —
userAgent,customCSS,customJS,supportedDomainsDeep Links —
enableDeepLinks,deepLinkScheme,enableUniversalLinksAddons — Bottom Navigation, Header Bar, Floating Button, OneSignal Push, AdMob Ads, Biometrics, Haptic Feedback, In-App Updates/Reviews, Local Datastore, Contacts Access, Print Support, OAuth/Google Sign-In, Screenshot Blocker
Keystore — Custom
.jks/.p12signing for Play Store releases (Release plan only)Versioning —
versionCode,versionName
💳 Plans
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.
🌐 Environment Variables
Variable | Required | Description |
| ✅ | Your Nativine API key ( |
| ❌ | Custom API endpoint (default: |
| ❌ | Override project directory for local config and downloads |
📖 Documentation
Full documentation is available at nativine.com/docs.
For MCP-specific setup guides, visit nativine.com/mcp.
📄 License
ISC
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceManages App Store Connect and Google Play Console metadata, releases, and ASO workflows locally through MCP tools, enabling store management directly from AI clients without manual console navigation.Last updated10843MIT
- AlicenseBqualityDmaintenanceUnified MCP server for App Store Connect & Google Play Console — manage listings, screenshots, releases, reviews & submissionsLast updated9114323MIT
- Flicense-qualityCmaintenanceEnables AI-driven mobile test automation through planning, generation, and self-healing agents for Android and iOS, exposed as callable MCP tools.Last updated8
- Alicense-qualityDmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.Last updated46GPL 2.0
Related MCP Connectors
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nativine/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server