PHPackages                             shaffe/laravel-boost-tinker-mcp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shaffe/laravel-boost-tinker-mcp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shaffe/laravel-boost-tinker-mcp
===============================

Tinker MCP tool for Laravel Boost — execute PHP code in the Laravel application context.

v1.0.0(1mo ago)04↑2900%MITPHPPHP ^8.1

Since Mar 23Pushed 1mo agoCompare

[ Source](https://github.com/shaffe-fr/laravel-boost-tinker-mcp)[ Packagist](https://packagist.org/packages/shaffe/laravel-boost-tinker-mcp)[ Docs](https://github.com/shaffe-fr/laravel-boost-tinker-mcp)[ RSS](/packages/shaffe-laravel-boost-tinker-mcp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Boost Tinker MCP
========================

[](#laravel-boost-tinker-mcp)

Adds the Tinker MCP tool back to [Laravel Boost](https://github.com/laravel/boost). This tool was included in Boost 1.x but removed in 2.x. It lets you execute PHP code in your Laravel application context via MCP, just like `artisan tinker`.

Installation
------------

[](#installation)

```
composer require shaffe/laravel-boost-tinker-mcp
```

The service provider is auto-discovered. The Tinker tool will be automatically registered with Boost.

Usage
-----

[](#usage)

Once installed, the `tinker` tool is available in your MCP client. It accepts:

- `code` — PHP code to execute (without `
