Laravel Claude Code Setup banner
laraben laraben

Laravel Claude Code Setup

AI community intermediate

Description

**One-command setup** for Claude Code with Laravel development. Automatically configures all MCP servers for the ultimate AI-powered Laravel development experience with **Figma integration**.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Laravel Claude Code Setup πŸš€

**One-command setup** for Claude Code with Laravel development. Automatically configures all MCP servers for the ultimate AI-powered Laravel development experience with **Figma integration**.

🎯 What This Does

Installs and configures Claude Code with a complete development ecosystem:

🌐 Global MCP Servers (shared across all projects)

  • βœ… GitHub integration - Access all your repositories, manage PRs (with automatic token configuration!)
  • βœ… GitLab integration - Access all your repositories, manage MRs, issues, and projects (with automatic token configuration!)
  • βœ… Memory system - Remember decisions across all projects
  • βœ… Context7 - Latest Laravel/PHP documentation access
  • βœ… Web fetch - Access external APIs and resources
  • βœ… Figma integration - Design-to-code workflows with automatic design token extraction

πŸ“ Project-Specific MCP Servers

  • βœ… Filesystem access - Read/write your specific Laravel project files
  • βœ… Database integration - Direct access to your project's database
  • βœ… Laravel DebugBar - Real-time debugging (if installed)

🎨 **NEW: Figma Design Integration**

  • Design-to-code workflows - Convert Figma designs directly to Laravel/Livewire components
  • Automatic design token extraction - Colors, typography, and spacing for Tailwind CSS
  • Component specifications - Get precise implementation details from Figma designs
  • Seamless integration - Works with your existing Laravel + Livewire + Filament + Tailwind stack

The installer intelligently sets up global servers once and adds project-specific servers for each Laravel project.

πŸš€ Quick Install

Option 1: Direct Installation (Recommended)

Run this single command from your Laravel project root:

curl -fsSL https://raw.githubusercontent.com/laraben/laravel-claude-code-setup/main/install.sh | bash

Option 2: With Tokens Pre-configured

If you want to skip the interactive prompts:

...