MCP server for OriginUI components with search and installation capabilities
Origin Ui MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for OriginUI components with search and installation capabilities.
A Model Context Protocol (MCP) server that provides access to OriginUI components, enabling Claude Code agents to search, browse, and install OriginUI components seamlessly.
Once Origin Ui MCP is connected, these are the calls the assistant has available:
search_components — The search_components tool exposed by this serverget_component_details — The get_component_details tool exposed by this serverlist_components — The list_components tool exposed by this serverget_install_command — The get_install_command tool exposed by this serverget_component_preview — Get component preview with styling information and usage examplesget_component_screenshot — Get component visual preview to help assess if it fits your projectInstallation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Origin Ui MCP's toolset — search_components, get_component_details, list_components and 3 more — is a fair guide to whether it matches your workflow. It is maintained by kelvinchng; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Origin Ui MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_components | The search_components tool exposed by this server. |
| get_component_details | The get_component_details tool exposed by this server. |
| list_components | The list_components tool exposed by this server. |
| get_install_command | The get_install_command tool exposed by this server. |
| get_component_preview | Get component preview with styling information and usage examples. |
| get_component_screenshot | Get component visual preview to help assess if it fits your project. |
{
"mcpServers": {
"origin-ui": {
"command": "npx",
"args": ["--yes", "github:kelvinchng/origin-ui-mcp"],
"env": {}
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.