Skip to main content
Glama

UI/UX MCP Server

by willem4130

storybook_test_component

Run visual, accessibility, and interaction tests on UI components to ensure compliance and quality. Supports comprehensive testing workflows for improved UI/UX development.

Instructions

Run visual and accessibility tests on a component

Input Schema

NameRequiredDescriptionDefault
componentNameYes
storyNameNo
testTypesNo

Input Schema (JSON Schema)

{ "properties": { "componentName": { "type": "string" }, "storyName": { "type": "string" }, "testTypes": { "items": { "enum": [ "visual", "accessibility", "interaction" ], "type": "string" }, "type": "array" } }, "required": [ "componentName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/willem4130/ui-ux-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server