Productivity|Development|AI / MLTypeScript
ultracite
A highly opinionated, zero-configuration linter and formatter.
N/A rating (0 reviews)0 installs2,789 GitHub stars
linterformatterESLint
Ultracite is designed to help you and your AI models write consistent and type-safe code without the hassle of configuration. It supports multiple toolchains and offers instant code analysis with hundreds of preconfigured rules optimized for JavaScript and TypeScript projects.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ultracite": {
"args": [
"-y",
"ultracite"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.