INDIVIDUAL MCP TOOL
shadcn_ui
Get production-quality shadcn/ui component code pre-adapted for the Sandpack preview environment.
LIVE ENDPOINT
https://www.promptui.co/api/mcp
Connect to this endpoint to inspect the live schema for shadcn_ui and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.promptui-mcp]
url = "https://www.promptui.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"promptui-mcp": {
"type": "http",
"url": "https://www.promptui.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: promptui-mcp
Remote MCP URL: https://www.promptui.co/api/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": {
"promptui-mcp": {
"url": "https://www.promptui.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"promptui-mcp": {
"type": "http",
"url": "https://www.promptui.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "promptui-mcp",
"transport": "streamable-http",
"url": "https://www.promptui.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
echo— Echo back the input (for testing MCP integration)web_scout— Research the live web: search for information, read documentation, fetch API references, or verify library usage.db_query— Execute a read-only SQL query against the project database (Supabase/PostgreSQL)build_app— Build a working web app from a prompt with PromptUI.get_build_status— Check the status of a PromptUI build started with build_app.deploy_app— Deploy a completed PromptUI build to a live URL.list_builds— List the authenticated user's recent PromptUI builds with their statuses.gtm_list_content— List GTM queue items for the authenticated PromptUI user.