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://mcp.mate-ds.de/mate-mcp" } } }
Use it from your browser
Do you still prefer not to set up a client? No problem! You can use the MCP server directly from your browser! Just click the button below:
Launch here →Available tools
get_mate_design_system_primer
Start here — primer to read before working with Mate.
get_vaadin_primer
Vaadin 25 development primer (setup, theming, security, Hilla).
get_mate_guide
Getting-started guides for the Mate Design System.
get_mate_frameworks
Lists the available frameworks (web-components, flow, vue…).
get_mate_versions
Lists the Mate versions available on this server.
get_mate_components_list
Lists the components available for a version.
get_mate_component
Full documentation for a single component.
get_mate_foundations
One foundations document: colors, typography, states, tokens…
get_mate_patterns_and_pagetypes
One pattern or page type document (wizard, master-detail…).
get_mate_theme_primer
Theme CSS architecture guide and file tree.
get_mate_theme_css
Raw CSS of one or more theme files.
get_mate_changelog
Curated changelog for a version and framework.
get_mate_component_versions_comparison
A component's docs across a range of versions.
get_mate_versions_diff
Every component doc changed between two versions, in full.
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.