Skip to main content
ClaudeWave

Your design system, in your repo, followed by your coding agent. The token engine, component templates and CLI with its MCP server.

MCP ServersOfficial Registry0 stars0 forks● TypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
✓ Verified
Passed
  • ✓Open-source license (MIT)
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Topics declared
  • ✓Documented (README)
Last scanned: 9/27/2026
Install in Claude Code / Claude Desktop
Method: NPX · @tesserai/cli
Claude Code CLI
claude mcp add tesserai -- npx -y @tesserai/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tesserai": {
      "command": "npx",
      "args": ["-y", "@tesserai/cli"]
    }
  }
}
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.
Use cases

MCP Servers overview

<p align="center">
  <a href="https://tesserai.design/?utm_source=github&utm_medium=readme"><picture><source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg"><img src="assets/logo.svg" width="48" height="48" alt="tesserai"></picture></a>
</p>

# tesserai

Your design system, in your repo, followed by your coding agent.

[tesserai](https://tesserai.design/?utm_source=github&utm_medium=readme) turns your site's look (its colors, type and corners) into a design system. You see it on real screens, checked against WCAG and Apple's and Material's guidelines. Then one command installs it into your project as components you own. This repository is the part that runs in your project: the token engine, the component templates, and the CLI with its MCP server. It's MIT licensed.

```sh
npx @tesserai/cli init https://tesserai.design/s/<your-share-link>
```

React (Base UI, Radix or React Aria), Vue (Reka UI) and Svelte 5 (Bits UI, both in beta) components, a Tailwind CSS 4 theme, and W3C DTCG tokens. Exports for SwiftUI, Jetpack Compose, Flutter, SCSS, MUI, Mantine, Chakra, Panda and StyleX.

## For coding agents

`init` registers the MCP server for Claude Code and Cursor. The agent reads the system's tokens, components, contrast checks and design guidelines, and changes the system rather than hand-styling a screen. To add it yourself:

```sh
claude mcp add tesserai -- npx -y @tesserai/cli mcp
```

[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.png)](https://cursor.com/en/install-mcp?name=tesserai&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkB0ZXNzZXJhaS9jbGkiLCJtY3AiXX0%3D)
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=tesserai&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40tesserai%2Fcli%22%2C%22mcp%22%5D%7D)

Installed from an editor, the server asks the editor which folder it has open and serves that project. This repository is also a Claude Code and Cursor plugin, with a skill that tells the agent how to use the system, and `npx skills add tesseraihq/tesserai` adds the skill to other agents.

| Tool | What it does |
| --- | --- |
| `outline` | The whole system in brief: palettes, meanings, type, spacing, radius, every component and its options |
| `component_guide`, `example_page` | How to use a component, and whole forms and pages written with the components |
| `get_tokens`, `get_component`, `explain`, `usage` | Read tokens and components, follow a token to its value, see what depends on it |
| `check_contrast`, `guidelines` | Failing color pairs with fixes; the design guidelines themselves |
| `list_operations`, `describe_operation`, `apply_changes` | Change the system (colors, type, spacing, a component's look) and regenerate |
| `scan` | How the app uses the system: uses, overrides, never-used components and options, hard-coded values |
| `sync`, `import_design_system`, `list_overrides`, `upload_scan` | Pull the latest design; bring an existing look in; what's been customised; keep a scan with the system |

## Commands

| Command | What it does |
| --- | --- |
| `init <link or bundle>` | Install a system into the project |
| `sync [link or bundle]` | Pull the latest version and regenerate, keeping files you changed |
| `scan` | How the app uses its system, and what to change in it (`--fix` replaces exact matches) |
| `import` | Bring the project's existing look in, from its stylesheets, token files and Tailwind config |
| `doctor` | Check the project, the system and the link it follows |
| `export <format>` | The system for another stack |
| `storybook` | A Storybook with a story per component, light and dark, with accessibility checks |
| `mcp` | Serve the system to coding agents over stdio |

Full reference: [tesserai.design/docs](https://tesserai.design/docs).

## In this repository

| Package | What |
| --- | --- |
| [`packages/core`](packages/core) | The design-system model, OKLCH color scales, generators, operations, contrast and guideline checks, emitters |
| [`packages/templates`](packages/templates) | Every component, once per library |
| [`packages/cli`](packages/cli) | `@tesserai/cli` on npm, and the MCP server |
| [`packages/vue-fixture`](packages/vue-fixture), [`packages/svelte-fixture`](packages/svelte-fixture) | Projects that compile every generated component, to prove the templates |

The builder at [tesserai.design](https://tesserai.design) (the editor, AI editing, sharing, teams) is a separate, hosted product. You don't need it to use what's here with a system you already have, and a system you install keeps working if you stop using it.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md). In short: `pnpm install && pnpm build && pnpm verify`.

## License

[MIT](LICENSE). The components and CSS the CLI writes into your project are yours. The tesserai name and logo are covered by [TRADEMARK.md](TRADEMARK.md).
claude-codecursordesign-systemdesign-tokensmcpmcp-serverreactshadcnsveltetailwindvue

What people ask about tesserai

What is tesseraihq/tesserai?

+

tesseraihq/tesserai is mcp servers for the Claude AI ecosystem. Your design system, in your repo, followed by your coding agent. The token engine, component templates and CLI with its MCP server. It has 0 GitHub stars and its last recorded update is dated 2026-09-27.

How do I install tesserai?

+

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

Is tesseraihq/tesserai safe to use?

+

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

Who maintains tesseraihq/tesserai?

+

tesseraihq/tesserai is maintained by tesseraihq. The last recorded GitHub activity is dated 2026-09-27, with 0 open issues.

Are there alternatives to tesserai?

+

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

Deploy tesserai 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: tesseraihq/tesserai
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tesseraihq-tesserai)](https://claudewave.com/repo/tesseraihq-tesserai)
<a href="https://claudewave.com/repo/tesseraihq-tesserai"><img src="https://claudewave.com/api/badge/tesseraihq-tesserai" alt="Featured on ClaudeWave: tesseraihq/tesserai" width="320" height="64" /></a>

More MCP Servers

tesserai alternatives