biome

GitHub

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

biome MCP Server

MCP server for biomejs/biome

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "biome": {
      "command": "npx",
      "args": [
        "-y",
        "@biomejs/biome"
      ]
    }
  }
}