The canvas-kit-mcp server provides AI agents with tools to create consistent user experiences in React applications. It exposes Canvas Kit components and design tokens, allowing agents to generate UI elements that adhere to Workday's design system. The server connects to Canvas Kit's design system and integrates with React applications. Developers use it to automate UI development, ensure design consistency, and generate React components with predefined styles.
The canvas-kit-mcp server provides AI agents with tools to create consistent user experiences in React applications. It exposes Canvas Kit components and design tokens, allowing agents to generate UI elements that adhere to Workday's design system. The server connects to Canvas Kit's design system and integrates with React applications. Developers use it to automate UI development, ensure design consistency, and generate React components with predefined styles.
npx -y @workday/canvas-kit-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"workday-canvas-kit-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @workday/canvas-kit-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from canvas-kit-mcp?"
No configuration required. This server works out of the box.
"What resources are available in canvas-kit-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in canvas-kit-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in canvas-kit-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.