mcpbeat Sign in

Nativine MCP Server

local only

Nativine runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 29 Jul 2026.

Nativine MCP Server — Convert websites to native mobile apps from your AI IDE

Installs per day peak 13 · avg 5 · +146% w/w
a month agotoday
30
Installs / week
npm · @nativine/mcp
0
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
ISC
License
language unknown

Nothing serious here today

Today is the operative word: we check Nativine every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @nativine/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@nativine/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@nativine/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@nativine/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@nativine/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NATIVINE_API_KEY (Your Nativine API key), NATIVINE_PROJECT_DIR (Optional local project directory for offline builds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nativine

same job, measured the same way
Sms MCP
by mobile-text-alerts

The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts

answering
ahel
by ahel

Your apps, skills, MCP servers and keys from ahel.ai, served to Claude, ChatGPT, Cursor and Codex.

answering
Apkbuild
by rizwanqsf-sketch

APKBuild.org services: convert websites to Android APK/.aab and AI voiceover MP3.

2 tools answering
Cloudflare
by ofershap

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

36 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Mdmagic MCP Server
by mdmagic-mcp

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

68 installs/wk 10 tools answering
Cachetank MCP
by jacobsilver7-art

CacheTank MCP server gives every AI tool your personal context so you never start from zero.

31 installs/wk local only
CodemagicMcp
by agimaulana

Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI

211 installs/wk local only

Nativine — questions

Answers built from our own checks of this server.

Why is there no uptime for Nativine?
Nativine runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nativine/mcp was installed 30 times last week.
How do I connect Nativine?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nativine/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nativine?
The npm package @nativine/mcp was installed 30 times in the last week. Week over week that is +146%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nativine open source?
Yes — it is published under the ISC licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.