by NativePHP
Open-source Laravel starter with Filament, NativePHP SuperNative, and MCP
# Add to your Claude Code skills
git clone https://github.com/NativePHP/superstackGuides for using mcp servers skills like superstack.
See how superstack compares with popular alternatives.
superstack is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by NativePHP. Open-source Laravel starter with Filament, NativePHP SuperNative, and MCP. It has 50 GitHub stars.
superstack's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/NativePHP/superstack" and add it to your Claude Code skills directory (see the Installation section above).
superstack is primarily written in PHP. It is open-source under NativePHP on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh superstack against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Open-source Laravel starter kit with Filament, NativePHP SuperNative, and Laravel MCP.


| Piece | Package |
|---|---|
| Laravel | laravel/framework |
| Admin | filament/filament (panel at /admin) |
| API auth | laravel/sanctum — wired, not demoed |
| Mobile / SuperNative | nativephp/mobile |
| Native UI | nativephp/mobile-ui |
| Web UI (browser EDGE) | nativephp/web-ui |
| MCP server | laravel/mcp — no auth added |
laravel new my-app --using=nativephp/superstack
In Herd’s site creation wizard, choose a community / custom starter kit and enter nativephp/superstack.
cd my-app
php artisan migrate
# NativePHP (re-run after upgrades)
php artisan native:install both --no-interaction
Create a Filament admin user with the Filament installation docs (php artisan make:filament-user).
With Laravel Herd, the site is available at http://my-app.test (or whatever you named the project).
routes/api.php) — wired for token auth, not demoed with sample endpoints beyond /api/userRoutes live in routes/ai.php. No authentication is configured on the MCP server — fine for local exploration, not production-ready as-is.
POST /mcp/superstackphp artisan mcp:start superstackStarter tool: app-info (App\Mcp\Tools\AppInfoTool) — returns app + package versions.
php artisan mcp:inspector mcp/superstack
See the Laravel MCP docs for servers, tools, and auth options.
Home is a SuperNative screen (Route::native). On a phone, NativePHP Mobile v4 renders it natively; in the browser, Web UI renders the same Blade as HTML.
php artisan native:run
See Installation and SuperNative.
NATIVEPHP_APP_ID defaults to com.superstack.app in .env. The nativephp/ directory is gitignored — regenerate with php artisan native:install.
MIT © Bifrost Technologies LLC. See LICENSE and CONTRIBUTING.