Skip to main content
ClaudeWave

A highly opinionated, zero-configuration linter and formatter.

MCP Servers3k stars115 forksTypeScriptMITUpdated 2d ago
Editor's note

Ultracite is a zero-configuration linting and formatting preset that bundles pre-tuned rule sets for three distinct toolchains: Biome, ESLint with Prettier and Stylelint, and the Rust-based Oxlint with Oxfmt. Running `npx ultracite init` launches an interactive setup that detects the active package manager, then writes configuration files for the chosen linter, editor, and AI agents in one pass. The AI-ready feature is the notable hook for Claude users: the init command accepts an `--agents` flag that generates ruleset and context files specifically for Claude Code, alongside Cursor, GitHub Copilot, Gemini, and others, so both human developers and AI coding agents operate against the same style constraints. A `--install-skill` flag can additionally install a reusable Ultracite skill after setup. The tool also supports monorepos by applying a single unified configuration across all packages. Frontend and full-stack TypeScript developers who use AI coding assistants and want consistent, automatically enforced code style without writing their own ESLint or Biome configuration are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/haydenbleasel/ultracite
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ultracite": {
      "command": "node",
      "args": ["/path/to/ultracite/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/haydenbleasel/ultracite and follow its README for install instructions.

1 items in this repository

Ultracite is a zero-config linting and formatting preset for JavaScript/TypeScript projects. Use when: (1) Setting up or initializing Ultracite in a project (ultracite init), (2) Running linting or formatting commands (check, fix, doctor), (3) Writing or reviewing JS/TS code in a project that uses Ultracite — to follow its code standards, (4) Troubleshooting linting/formatting issues, (5) User mentions 'ultracite', 'lint', 'format', 'code quality', or 'biome/eslint/oxlint' in a project with Ultracite installed.

Install
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
biomecursorformatterlintermcpvscodewindsurfzed

What people ask about ultracite

What is haydenbleasel/ultracite?

+

haydenbleasel/ultracite is mcp servers for the Claude AI ecosystem. A highly opinionated, zero-configuration linter and formatter. It has 3k GitHub stars and was last updated 2d ago.

How do I install ultracite?

+

You can install ultracite by cloning the repository (https://github.com/haydenbleasel/ultracite) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is haydenbleasel/ultracite safe to use?

+

Our security agent has analyzed haydenbleasel/ultracite and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains haydenbleasel/ultracite?

+

haydenbleasel/ultracite is maintained by haydenbleasel. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to ultracite?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ultracite to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: haydenbleasel/ultracite
[![Featured on ClaudeWave](https://claudewave.com/api/badge/haydenbleasel-ultracite)](https://claudewave.com/repo/haydenbleasel-ultracite)
<a href="https://claudewave.com/repo/haydenbleasel-ultracite"><img src="https://claudewave.com/api/badge/haydenbleasel-ultracite" alt="Featured on ClaudeWave: haydenbleasel/ultracite" width="320" height="64" /></a>

More MCP Servers