
Docs Mcp
Pull authoritative Vaadin docs and implementation guidance into the IDE while building Java or web UI features.
Overview
Vaadin Docs MCP is a Build-phase MCP server that serves official Vaadin documentation and development help over hosted streamable HTTP.
What is this MCP server?
- Streamable HTTP MCP at https://mcp.vaadin.com/docs/
- Vaadin documentation surfaced as agent-callable tools for development tasks
- No local npm wallet setup—hosted remote maintained by Vaadin (v1.0.1)
- GitHub source via vaadin/vaadin-documentation-services
- Reduces hallucinated Vaadin APIs when pairing with Claude Code or Cursor
- Server version 1.0.1
- Remote URL https://mcp.vaadin.com/docs/
- Repository github.com/vaadin/vaadin-documentation-services
What problem does it solve?
Agents guess Vaadin component APIs and migration steps, wasting solo builder time on compile errors and wrong patterns.
Who is it for?
Builders using Vaadin who want doc-grounded assistance inside Claude Code, Cursor, or other MCP hosts.
Skip if: Projects on React-only stacks, teams that do not use Vaadin, or workflows that need offline doc bundles without network access.
What do I get? / Deliverables
After you register the remote MCP endpoint, the agent can ground answers in Vaadin’s documentation while you code.
- Agent tools backed by official Vaadin documentation
- Faster accurate answers for Vaadin development tasks
- No local doc mirror to maintain
Recommended MCP Servers
Journey fit
Official framework documentation MCPs anchor in Build where solo builders implement UI and need accurate references beside the agent. Docs subphase fits a remote documentation server whose primary job is answering Vaadin API and pattern questions during implementation.
How it compares
Framework documentation MCP, not a payment, SEO, or generic web-scraping server.
Common Questions / FAQ
Who is Vaadin docs-mcp for?
Solo developers and small teams building with Vaadin who want MCP-grounded documentation inside their AI coding agent.
When should I use Vaadin docs-mcp?
Use it during Build (and early Validate prototyping) whenever you implement or refactor Vaadin UI and need accurate API and pattern references.
How do I add Vaadin docs-mcp to my agent?
Add the streamable-http remote https://mcp.vaadin.com/docs/ to your MCP server list in Claude Code, Cursor, or compatible hosts, then reload tools.