2 months ago
research-and-dataAn MCP server that enables interactive, browser-based user interfaces.
It allows any MCP-aware AI chat client to generate charts, diagrams, visualizations, forms, calendars, and more — powered by context data, outputs from other tools, or synthesized by an LLM. The resulting UIs are fully interactive, editable, and customizable, making it easy to build dynamic workflows and visual experiences directly within the chat environment.
Features: Chart Creation, Diagram Creation, Data Visualization, Form Generation, Calendar Creation, Date/Time Picker
Tools
create_datepicker_form
create_chart
create_calendar
create_form
get_form_response
create_diagram
Server Config
{
"mcpServers": {
"UIDriver": {
"transport": "Streamable-HTTP",
"url": "https://mcp.uidriver.com/mcp"
}
}
}