js-beautify

GitHub

Beautifier for javascript

8,976 stars JavaScript 1 file ยท ~4,946 tokens #css#hacktoberfest#html#javascript#nodejs#python

js-beautify MCP Server

MCP server for beautifier/js-beautify

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