Back to Browse

Tseha MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://tseha.io/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

9 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

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

Documentation

View on GitHub

From the project's GitHub README.

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.

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:

{
  "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

ClientWhere 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 clientpoint 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.

ToolWhat it returns
list_projectsThe projects in your organization, each with id, name and framework. Call this first — the id is required by every other tool.
list_packagesThe component packages assigned to a project, with version, and which one is active.
list_componentsEvery UI component in the project's design system: name, source package, import path, intended use.
get_componentThe full spec for one component: import path, props schema, usage example, anti-patterns, when-to-use notes, Figma spec, dependencies.
search_componentsComponents ranked by description, for finding one by need rather than by name.
get_styleStyle metadata for a design token collection.
get_style_tokensDesign tokens by category: color, typography, spacing, radius, shadow, blur, or all.
get_standardsYour organization's development standards, by section (global, react, nextjs, …).
get_component_updatesWhat 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 under the DNS-verified namespace io.tseha:

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.

Reviews

No reviews yet

Be the first to review this server!