Developer Tools
lyra-ui.com
MCP server that enables searching, API reference retrieval, documentation lookup, and migration resolution for the Lyra UI component catalog.
ENDPOINT 1
https://www.lyra-ui.com/mcp
MCP server metadata
- Name
- lyra-ui
- Version
- 18.3.0
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_documentationSearch section-sized chunks of the component and library-wide Markdown reference.
Inferred read-onlyresolve_migrationResolve a documented `wa-*` or `sl-*` component name to its Lyra counterpart.
Inferred read-onlysubmit_requestReport a component you needed but could not find, and get back the closest existing ones.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.