Built-in MCP server
BRICKS projects include a built-inbricks-project MCP server that is automatically configured during bun install. It provides tools for compiling, previewing, searching icons and Lottie animations, selecting Hugging Face models, and managing media assets.
BRICKS Project built-in MCP server
See the full tool reference in the BRICKS Project docs.
Configuration
MCP servers are configured in a.mcp.json file in your project root:
Transport types
stdio
Spawns the MCP server as a child process that communicates over stdin/stdout.| Field | Description |
|---|---|
command | The command to run |
args | Array of command arguments |
env | Environment variables for the process |
HTTP
Connects to a remote MCP server over HTTP.| Field | Description |
|---|---|
url | The server endpoint URL |
Managing MCP servers
Click MCP in the sidebar to open the MCP panel. The panel shows:- A list of configured servers with their connection status
- Green dot — connected, with the number of available tools
- Red dot — disconnected or errored
- An expandable tool list for each server
Edit configuration
The MCP panel includes a config editor where you can edit your.mcp.json directly. Click Save to apply changes and Reconnect to re-establish server connections.