INDIVIDUAL MCP TOOL
filament-theme-tool
Describe the Aura Filament theme: the design presets available for a Filament v4/v5 admin panel, plus the documentation topics covering install, layout modes, custom form fields, table columns, dashboard widgets and email theming.
LIVE ENDPOINT
https://aura-ui.com/mcp/aura
Connect to this endpoint to inspect the live schema for filament-theme-tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aura-ui]
url = "https://aura-ui.com/mcp/aura"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aura-ui": {
"type": "http",
"url": "https://aura-ui.com/mcp/aura"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aura-ui
Remote MCP URL: https://aura-ui.com/mcp/aura
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aura-ui": {
"url": "https://aura-ui.com/mcp/aura"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aura-ui": {
"type": "http",
"url": "https://aura-ui.com/mcp/aura"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aura-ui",
"transport": "streamable-http",
"url": "https://aura-ui.com/mcp/aura"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list-components-tool— List all available Aura UI components (free and Pro), with their Blade tag, tier, and a one-line description.search-components-tool— Search Aura UI components by keyword (matches name, title and description).get-component-tool— Get full details for a single Aura UI component by name (e.add-component-tool— Get everything needed to install an Aura UI component or block into a Laravel project: the `php artisan aura:add` command, the resolved transitive dependency tree, the file list, and (optionally) the Blade source of each file.