Setup Guide
Learn how to configure Cursor editor to access Vaadin documentation through the Model Context Protocol server
Cursor is an AI-powered code editor with native HTTP MCP support, making it easy to integrate with the Vaadin MCP server for enhanced documentation access.
Configuration
-
Open Cursor Settings
-
Navigate to Features → Beta → Model Context Protocol
-
Enable MCP support
-
Add the server configuration to
~/.cursor/mcp.json:
Source code
JSON
{
"mcpServers": {
"vaadin": {
"url": "https://mcp.vaadin.com/docs"
}
}
}After adding the configuration, restart Cursor to load the MCP server.
|
Note
|
The MCP configuration file location may vary depending on your operating system:
|