Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

com.vaadin/docs-mcp

com.vaadin/docs-mcp

Provides Vaadin Documentation and help with development tasks

Uptime
100.0%
2 direct probes · 30d
Response
106ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

get_vaadin_primer

IMPORTANT: Always use this tool FIRST before working with Vaadin. Returns a comprehensive primer document with current (2025+) information about modern Vaadin development. This addresses common AI mis…

search_vaadin_docs

Search Vaadin documentation for relevant information about Vaadin development, components, and best practices. Uses hybrid semantic + keyword search. USE THIS TOOL for questions about: Vaadin componen…

get_full_document

Retrieves complete documentation pages for one or more file paths. Use this when you need full context beyond what search results provide. Provide file_paths only (array).

get_latest_vaadin_version

Returns the latest stable version of Vaadin as a simple JSON object. This is useful when setting up new projects, checking for updates, or when helping with dependency management. Returns: {version, r…

get_supported_vaadin_versions

Returns the latest stable release for each supported Vaadin major version (25, 24, 23, 14, 8, 7) with version number, release date, and whether it requires a commercial license. Useful for migration p…

get_components_by_version

Returns a comprehensive list of components available in a specific Vaadin version, including component names, React component names, Java class names, and npm packages.

get_component_java_api

Returns the Java API documentation for a specific Vaadin component. The component name can be in any format (e.g., 'Button', 'button', 'vaadin-button').

get_component_react_api

Returns the React API documentation for a specific Vaadin component. The component name can be in any format (e.g., 'Button', 'button', 'vaadin-button').

get_component_web_component_api

Returns the Web Component/TypeScript API documentation for a specific Vaadin component by fetching from external TypeScript API docs. The component name can be in any format (e.g., 'Button', 'button',…

get_component_styling

Returns the styling/theming documentation for a specific Vaadin component. Returns both Java and React styling documentation when available. The component name can be in any format (e.g., 'Button', 'b…

get_theme_css_properties

Returns CSS custom properties documentation for a specific Vaadin theme (Aura, Lumo, or Base styles). Use this to look up the correct CSS variables for the theme the application is using. Base style p…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.vaadin/docs-mcp": {
      "url": "https://mcp.vaadin.com/docs/",
      "transport": "streamable-http"
    }
  }
}