Beta

Filament Examples MCP Server

Give your AI assistant direct access to the FilamentExamples.com catalog. Instead of guessing, Claude Code and other MCP-compatible assistants can pull real, working Filament code from this site and use it to ground whatever they write for you.

Terminal
$ claude mcp add --transport http filament-examples \
    https://filamentexamples.com/mcp \
    --header "Authorization: Bearer <YOUR-TOKEN>"

Added HTTP MCP server filament-examples with URL: https://filamentexamples.com/mcp to local config

$ claude mcp get filament-examples
filament-examples
  Scope: Local config (private to you in this project)
  Status: ✓ Connected
  Type: http
  URL: https://filamentexamples.com/mcp
  Headers:
    Authorization: Bearer <YOUR-TOKEN>

Getting Started

Three small steps connect your AI assistant to the FilamentExamples MCP server.

1

Create an API token

Log in to create and manage MCP tokens.

2

Configure your AI assistant

Pick your client and run the install command. More clients will be added as they stabilise.

Claude Code
$ claude mcp add --transport http filament-examples \
    https://filamentexamples.com/mcp \
    --header "Authorization: Bearer <YOUR-TOKEN>"

Verify the server is connected:

$ claude mcp get filament-examples

Support for Cursor, Claude Desktop, and Junie is coming soon.

3

Add a project hint

Assistants won't reach for a tool unless they know it's useful. Drop this hint into your project's CLAUDE.md (or equivalent) so it's picked up on every run:

When building or modifying Filament forms, tables, resources, pages, or widgets, use the `search-examples` MCP tool to find real working implementations from FilamentExamples.com before writing code.
This feature is in beta. Expect rough edges, and let us know what's missing — feedback on the MCP server and which clients to support next is welcome.

Security

The FilamentExamples MCP server uses your API token for authentication. This token provides the same access level as your user account, so keep it secure and never share it publicly. You can revoke tokens at any time from the token manager above.