Skip to content

Cursor : MCP Install Successful : MCP Tools Showing : "No tools or prompts" #136

@BinaryBlock

Description

@BinaryBlock

Laravel Package Version

10.48.29

PHP Version

8.2.29

System

macOS Sequoia 15.6 - Apple M2 Pro

Cursor IDE

1.4.5
VSCode Version: 1.99.3

Description

I am running a Cursor IDE Workspace with multiple projects (various Laravel versions)

Install of BOOST worked great for Cursor: php artisan boost:install.

  • Installed editors: Cursor, VS Code
  • Setup AI guidelines for: Cursor
  • Added 14 guidelines to my selected agents
  • Installed MCP servers to my selected IDEs

When going to Cursor Settings > MCP Tools laravel-boost was ENABLED but showing No tools or prompts.

Image

mcp.json was:

{
    "mcpServers": {
        "laravel-boost": {
            "command": "php",
            "args": ["./artisan", "boost:mcp"]
        }
    }
}

Changed to:

{
    "mcpServers": {
        "laravel-boost": {
            "command": "php",
            "args": ["artisan", "boost:mcp"]
        }
    }
}

Enabled MCP Tool again... and worked! the key was removing the ./ before artisan command

Image

Perhaps add this to a troubleshooting guide or leave in CLOSED for future devs to reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions