Document & Schema Context
Provide agents with exact UXDL 0.1 format definitions, slice specifications, and canonical requirement schemas without token bloat.
Connect Cursor, Claude Code, Windsurf, or your agent harness directly to UXDL specifications. Give AI tools precise state machines and stable addresses instead of ambiguous prose.
Provide agents with exact UXDL 0.1 format definitions, slice specifications, and canonical requirement schemas without token bloat.
Allow LLMs to look up specific addressable elements like billing.actions.cancel or cancellation.states.provider_error on demand.
Check proposed code changes against canonical UXDL rules to ensure all state paths, loading conditions, and error recoveries exist in code.
Bundle exact requirement slices so agents build specific features without needing the entire monolith in prompt context.
Paste this configuration into your MCP client (e.g. Cursor or Claude Desktop):
{
"mcpServers": {
"uxdl": {
"command": "npx",
"args": ["-y", "@uxdl/mcp-server@latest"]
}
}
}No sign-in required. Explore the local visual editor or inspect the specification.