Blowback is an MCP (Model Context Protocol) server designed to enhance frontend development environments. Formerly known as vite-mcp-server
, Blowback integrates with various frontend development servers, not just Vite, to provide advanced debugging and automation capabilities.
To integrate Blowback into your Cursor MCP configuration, add the following:
{
"blowback": {
"command": "npx",
"args": ["-y", "blowback-context"]
}
}
Tool Name | Description |
---|---|
get-hmr-events |
Retrieves recent HMR events. |
check-hmr-status |
Checks the HMR status. |
Tool Name | Description |
---|---|
start-browser |
Starts a browser instance and navigates to the Vite development server. |
capture-screenshot |
Captures a screenshot of the current page or a specific element. |
get-element-properties |
Retrieves properties and state information of a specific element. |
get-element-styles |
Retrieves style information of a specific element. |
get-element-dimensions |
Retrieves dimension and position information of a specific element. |
monitor-network |
Monitors network requests in the browser for a specified duration. |
get-element-html |
Retrieves the HTML content of a specific element and its children. |
get-console-logs |
Retrieves console logs from the browser session with optional filtering. |
execute-browser-commands |
Safely executes predefined browser commands. |
Tool Name | Description |
---|---|
how-to-use |
Provides instructions on tool usage. |
get-console-logs
tool to query logs for specific checkpoints.<meta name="__mcp_checkpoint" data-id="">
into the head
to record data using the data-id
attribute.Blowback is an MCP server tailored for frontend development environments, offering advanced debugging and automation features.