You've reached the MCP endpoint
This URL speaks the Model Context Protocol, not a regular website. It's meant to be consumed by an MCP-capable client (an AI assistant or agent), which connects over HTTP and calls the tools listed below. You're seeing this page because you opened the endpoint in a browser.
Connect a client
Add the server to your MCP client configuration (e.g. .mcp.json):
{ "mcpServers": { "mate-design-system": { "type": "http", "url": "https://mt-mcp.core-platform.kubt.akdb.net/mate-mcp" } } }
Use it from your browser
Prefer not to set up a client? No problem! You can use the MCP server directly from your browser! Just click the button below to launch the interactive interface:
Launch here →Available tools
get_mate_design_system_primer
Start here — primer to read before working with Mate or Vaadin.
get_mate_guide
Getting-started guides for the Mate Design System.
get_mate_frameworks
Lists the available framework projects (web-components, flow, vue…).
get_mate_versions
Lists available Mate versions for a given framework.
get_mate_components_list
Lists the components available for a framework and version.
get_mate_component
Full documentation for a single component.
get_mate_component_versions_comparison
A component's docs across a range of versions.
get_mate_versions_diff
Unified diff of all component docs between two versions.
get_mate_changelog
Curated changelog for a version and framework.
get_mate_patterns_and_pagetypes
Mate patterns and page types.
get_mate_full_context
Full source snapshot of a framework repo (Repomix).
generate_mate_local_agent_skills
Generates a local agent skill replicating this MCP.
get_vaadin_mcp_setup
Instructions to install the official Vaadin MCP server.