Skip to main content
ClaudeWave

Manifest and connection docs for the Tseha MCP server - serves your design system and coding standards to coding agents. Hosted at https://tseha.io/mcp

MCP ServersRegistry oficial0 estrellas0 forksNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/MariuszHenn/tseha-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tseha-mcp": {
      "command": "node",
      "args": ["/path/to/tseha-mcp/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/MariuszHenn/tseha-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Tseha MCP Server

**Serves your design system and coding standards to coding agents, so they stop guessing.**

Tseha is a hosted, remote MCP server. Point your coding agent at it and the agent reads your
real component APIs, design tokens and coding standards instead of inventing them.

- **Website:** <https://tseha.io>
- **Documentation:** <https://tseha.io/docs>
- **MCP endpoint:** `https://tseha.io/mcp` (Streamable HTTP)
- **Official MCP Registry name:** `io.tseha/tseha`

This repository holds the published `server.json` manifest and the connection documentation.
Tseha itself is a hosted commercial service and its source is not open; there is nothing to
install or build here.

## Quick start

Add a `.mcp.json` to the root of your repository:

```json
{
  "mcpServers": {
    "tseha": {
      "url": "https://tseha.io/mcp"
    }
  }
}
```

That is the whole configuration. On first connection the agent opens an OAuth sign-in in your
browser. Approve it once and the agent is connected.

### Other clients

| Client | Where the config lives |
| --- | --- |
| Claude Code | `.mcp.json` in the project root, or `claude mcp add --transport http tseha https://tseha.io/mcp` |
| Cursor | `.cursor/mcp.json` (per project) or `~/.cursor/mcp.json` (global) |
| VS Code / GitHub Copilot, and any other MCP client | point at `https://tseha.io/mcp` over the HTTP transport |

## Authentication

**OAuth 2.1 with PKCE (S256).** There is no API key to paste. Tseha publishes the standard
discovery documents — `/.well-known/oauth-authorization-server` and
`/.well-known/oauth-protected-resource` (RFC 9728) — and supports both Dynamic Client
Registration and Client ID Metadata Documents, so compliant clients configure themselves.

The issued token is scoped to your organization and your role. **The MCP surface is read-only
for every role.** Writes happen only in the Tseha admin panel.

## Tools

All nine tools are read-only. Every tool except `list_projects` takes a `project_id`, which
`list_projects` returns.

| Tool | What it returns |
| --- | --- |
| `list_projects` | The projects in your organization, each with id, name and framework. Call this first — the id is required by every other tool. |
| `list_packages` | The component packages assigned to a project, with version, and which one is active. |
| `list_components` | Every UI component in the project's design system: name, source package, import path, intended use. |
| `get_component` | The full spec for one component: import path, props schema, usage example, anti-patterns, when-to-use notes, Figma spec, dependencies. |
| `search_components` | Components ranked by description, for finding one by need rather than by name. |
| `get_style` | Style metadata for a design token collection. |
| `get_style_tokens` | Design tokens by category: color, typography, spacing, radius, shadow, blur, or all. |
| `get_standards` | Your organization's development standards, by section (global, react, nextjs, …). |
| `get_component_updates` | What changed between the installed version of a component and the current one. |

## Protocol conformance

- MCP revision **2026-07-28**, Streamable HTTP transport
- OAuth 2.1 + PKCE S256 (mandatory), RFC 9728 protected-resource metadata, RFC 9207 `iss` on
  authorization responses, RFC 8252 §7.3 loopback redirect URIs
- Dynamic Client Registration and Client ID Metadata Documents

## Registry

Published to the [official MCP Registry](https://registry.modelcontextprotocol.io) under the
DNS-verified namespace `io.tseha`:

```bash
curl -s "https://registry.modelcontextprotocol.io/v0/servers?search=tseha"
```

## Support

Questions and issues: <https://tseha.io/docs>, or open an issue on this repository.
ai-agentsdesign-systemmcpmcp-servermodel-context-protocol

Lo que la gente pregunta sobre tseha-mcp

¿Qué es MariuszHenn/tseha-mcp?

+

MariuszHenn/tseha-mcp es mcp servers para el ecosistema de Claude AI. Manifest and connection docs for the Tseha MCP server - serves your design system and coding standards to coding agents. Hosted at https://tseha.io/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala tseha-mcp?

+

Puedes instalar tseha-mcp clonando el repositorio (https://github.com/MariuszHenn/tseha-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar MariuszHenn/tseha-mcp?

+

Nuestro agente de seguridad ha analizado MariuszHenn/tseha-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene MariuszHenn/tseha-mcp?

+

MariuszHenn/tseha-mcp es mantenido por MariuszHenn. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a tseha-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega tseha-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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

Más MCP Servers

Alternativas a tseha-mcp