← Registry

Developer Tools

lyra-ui.com

MCP server that enables searching, API reference retrieval, documentation lookup, and migration resolution for the Lyra UI component catalog.

1 endpoint6 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://www.lyra-ui.com/mcp

No auth detected

MCP server metadata

Name
lyra-ui
Version
18.3.0
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

Use search_components to choose a Lyra UI component, then get_component for its exact API. Use search_documentation for cross-component behavior, tokens, peers, and gotchas. Call submit_request only after the user explicitly agrees to send the report.

Known tools 6

search_components

Ranked search over the Lyra UI component catalog.

Inferred read-only
get_component

Return one component's complete generated Markdown API reference.

Inferred read-only
search_documentation

Search section-sized chunks of the component and library-wide Markdown reference.

Inferred read-only
resolve_migration

Resolve a documented `wa-*` or `sl-*` component name to its Lyra counterpart.

Inferred read-only
submit_request

Report a component you needed but could not find, and get back the closest existing ones.

Inferred read-only
get_request_status

Look up a submitted request's triage state by its id.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lyra-ui]
url = "https://www.lyra-ui.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lyra-ui": {
      "type": "http",
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lyra-ui
Remote MCP URL: https://www.lyra-ui.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lyra-ui": {
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lyra-ui": {
      "type": "http",
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lyra-ui",
  "transport": "streamable-http",
  "url": "https://www.lyra-ui.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.