MCP.so
登录

Vite MCP Server

@ESnark

关于 Vite MCP Server

MCP Server for Frontend dev environment (formerly known as vite-mcp-server)

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

ESnark

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "blowback": {
      "command": "npx",
      "args": [
        "-y",
        "blowback-context"
      ],
      "env": {
        "PROJECT_ROOT": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Vite MCP Server?

Vite MCP Server (now named Blowback) integrates front-end development servers with AI tools like Claude Desktop and Cursor via the Model Context Protocol. It allows AI assistants to observe and interact with a running development server to assist with debugging and testing.

How to use Vite MCP Server?

Add the server to your MCP configuration (Claude Code: {PROJECT_ROOT}/.mcp.json; Cursor: {PROJECT_ROOT}/.cursor/mcp.json) with command npx -y blowback-context and the optional PROJECT_ROOT environment variable. Then the AI can call the available tools.

Key features of Vite MCP Server

  • Integration of local development server with MCP
  • Browser console log capture and transmission
  • Checkpoint-based log and snapshot management
  • Screenshot capture with SQLite metadata storage
  • HMR (Hot Module Replacement) event monitoring
  • Browser automation and element inspection

Use cases of Vite MCP Server

  • Debugging HMR events during development with AI assistance
  • Capturing and analyzing browser console logs automatically
  • Taking screenshots of the current page for visual inspection
  • Inspecting element properties, styles, and dimensions through AI
  • Monitoring network requests during a specific duration

FAQ from Vite MCP Server

What front-end development servers are supported?

The server originally only supported Vite, but now (as Blowback) aims to support various FE development servers.

Does the server require an active HMR connection?

No, HMR connection is optional. HMR monitoring starts automatically when the browser is launched.

How are screenshots stored?

Screenshots are saved as files in {PROJECT_ROOT}/.mcp_screenshot/. Their metadata is managed in a SQLite database in the temporary directory.

Is Cursor Chat supported for the init prompt?

No, Cursor Chat does not support MCP prompt functionality. Claude Code is recommended for that feature.

Are base64 images included in tool responses by default?

No, base64 image inclusion is controlled by the ENABLE_BASE64 environment variable, which defaults to false. Enabling it increases token usage.

评论

其他 分类下的更多 MCP 服务器