⚡ Lara Dashboard - CMS by Laravel - All In One solution to start your Laravel Application from Basic to Enterprise. Manages Users, Roles, Permissions, Modules, Settings, Translations, Contents, Monitoring and every actions of your Laravel application. Complete solution for Laravel application with Tailwind, Livewire, Rest API, Unit-Tests and more.
# Add to your Claude Code skills
git clone https://github.com/laradashboard/laradashboardGuides for using mcp servers skills like laradashboard.
Last scanned: 9/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-07T08:57:24.287Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}laradashboard is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by laradashboard. ⚡ Lara Dashboard - CMS by Laravel - All In One solution to start your Laravel Application from Basic to Enterprise. Manages Users, Roles, Permissions, Modules, Settings, Translations, Contents, Monitoring and every actions of your Laravel application. Complete solution for Laravel application with Tailwind, Livewire, Rest API, Unit-Tests and more. It has 411 GitHub stars.
Yes. laradashboard passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/laradashboard/laradashboard" and add it to your Claude Code skills directory (see the Installation section above).
laradashboard is primarily written in PHP. It is open-source under laradashboard 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 laradashboard against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ 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.
[![Latest Release][release-shield]][release-url] [![PHP Version][php-shield]][php-url] [![Laravel][laravel-shield]][laravel-url] [![Tailwind CSS][tailwind-shield]][tailwind-url] [![Livewire][livewire-shield]][livewire-url] [![License][license-shield]][license-url] [![Stargazers][stars-shield]][stars-url] [![Forks][forks-shield]][forks-url] [![Contributors][contributors-shield]][contributors-url] [![Issues][issues-shield]][issues-url]
🌐 Website • 🚀 Live Demo • 📖 Documentation • 🧩 Marketplace • 💬 Community
Lara Dashboard is a production-ready Laravel admin panel and headless CMS — a batteries-included Laravel boilerplate / starter kit with Users, Roles, Permissions (RBAC via Spatie), Modules, Settings, Translations, Posts & Pages, Media Library, REST API, MCP server for AI agents (Cursor, Claude Desktop, Claude Code), AI content generation, and a WordPress-style hooks system (via eventy) for extensibility.
Built for Laravel developers who want to ship admin dashboards, SaaS apps, CRMs and internal tools in hours, not weeks — without trading away Laravel idioms, testability or type-safety.
Try the live demo: https://laradashboard.com/try-demo/ Credentials:
superadmin@example.com/12345678
php artisan module:make-crud scaffolds Model, Migration, Service, FormRequest, Controller, Datatable, Views, Routes, Menu and Tests in one pass.Lara Dashboard ships a built-in Model Context Protocol (MCP) server so AI coding assistants can operate your site like a power user — not just write code about it.
Connect Cursor (Desktop or CLI), Claude Desktop, or Claude Code, generate an MCP agent token in Settings → MCP, and ask your assistant to manage day-to-day work: draft and publish posts, triage form submissions, update CRM records, send templated email, inspect logs, and more. Installed modules can expose their own tools through the McpFilterHook registry.
What you can do from Cursor, Claude, or similar clients
| Area | Examples |
|---|---|
| Content | List, create, and update posts; generate SEO meta |
| CRM | Contacts, deals, tickets, and activities (CRM module) |
| Forms | Review new submissions and mark them viewed (Forms module) |
| List templates and send mail to users or contacts | |
| Operations | Daily briefing, clear cache, list storage log files |
| Docs | Search and read LaraDashboard guides (DocForge module) |
Quick start
Example config for Cursor (~/.cursor/mcp.json or project .cursor/mcp.json):
{
"mcpServers": {
"laradashboard": {
"url": "https://your-site.test/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_AGENT_TOKEN"
}
}
}
}
For local development, you can store the token in an env var (LARADASHBOARD_MCP_TOKEN) and reference it from the config snippet in Settings → MCP.
Note: The MCP endpoint returns 404 until MCP is enabled in settings. Regular API login tokens do not work — use a dedicated MCP agent token with the abilities you choose.
^6.4^4.xLatest release: v1.4.0 • Full changelog → • All GitHub releases
[v1.4.0] — 2026-09-07
McpFilterHook) so installed modules can expose tools and briefing providers.[v1.3.2] — 2026-09-06
ModuleStyles asset scoping and module installation activation edge cases.livewire, league/commonmark, browserslist, fast-uri).[v1.3.1] — 2026-08-31
aria-label, aria-pressed, and hide tooltip (#296).aria-label / aria-expanded on small screens (#295).posts.design_json is missing; guarded canvas padding migration.UPGRADE_ZIP_PATH; release workflow demo upgrade uses built artifact ZIP.[v1.3.0] — 2026-08-30
.htaccess hardening on public storage./api/health.