Urbint Component Library MCP Server
Urbint ships a real, first-party MCP server — but it serves the design system, not the product. It is bundled inside the @urbint/cl npm package as mcp-server/, built from TypeScript source, and run over stdio so an AI assistant can discover components, read props and examples, look up design tokens, and generate React Native code snippets against the Urbint Component Library. There is no hosted remote MCP endpoint, and no MCP surface over Urbint's actual worker-safety, damage-prevention or storm-response products.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport stdio
Tools
list_components— List all available components in the Urbint Component Library. Can filter by category.get_component— Get detailed documentation for a specific component including props, examples, and related components.search_components— Search for components by name, description, or functionality tags.get_design_tokens— Get design tokens (colors, spacing, typography, border radius, elevation) for the design system.search_tokens— Search for specific design tokens by name or description.generate_component_code— Generate code snippet for a component with specific configuration.get_form_pattern— Get a complete form pattern code snippet with validation and styling.get_layout_pattern— Get a layout pattern code snippet (card grid, sidebar, header, etc.)
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.