webforj-mcp
The official Model Context Protocol server for webforJ - providing AI assistants with Java web development tools, project generation, and comprehensive…
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
- Webforj Create Project: Generate webforJ application setup using official Maven archetypes. Supports multiple project templates including hello-world, blank, tabs, and sidemenu layouts. Creates Maven
- Webforj Knowledge Base: Search the webforJ knowledge base using semantic vector similarity to find relevant documentation, code examples, and API information. Returns structured JSON data with search
- Webforj Create Theme: Generate comprehensive webforJ application themes using color theory algorithms. Creates complete color palettes with proper contrast ratios and accessibility compliance. Produce
What data it sees
Do you need an account
No: the server works without sign-in
The official Model Context Protocol server for webforJ - providing AI assistants with Java web development tools, project generation, and comprehensive documentation access. Works with Claude, VS Code, Cursor, and all MCP-enabled environments.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| webforj-create-project | Generate webforJ application setup using official Maven archetypes. Supports multiple project templates including hello-world, blank, tabs, and sidemenu layouts. Creates Maven project structure with proper dependencies, configuration files, and starter code. Returns setup instructions for both startforJ UI tool and Maven command-line approaches. Available archetypes: - hello-world: Basic application with sample components - blank: Minimal project structure - tabs: Tabbed interface layout - sidemenu: Side navigation menu layout Available flavors: - webforj: Standard webforJ application - webforj-spring: webforJ with Spring Boot (default, requires webforJ 25.02+) |
| webforj-knowledge-base | Search the webforJ knowledge base using semantic vector similarity to find relevant documentation, code examples, and API information. Returns structured JSON data with search results, relevance scores, and confidence metrics for result quality assessment. Supports natural language queries across webforJ documentation, JavaDoc API references, and real-world code samples. Results include metadata for filtering and confidence indicators for quality evaluation. Query examples: - "Button component creation and styling" - "Form validation with data binding patterns" - "@Route annotation and navigation setup" - "FlexLayout container and responsive design" - "ElementComposite web component integration" |
| webforj-create-theme | Generate comprehensive webforJ application themes using color theory algorithms. Creates complete color palettes with proper contrast ratios and accessibility compliance. Produces CSS custom properties for primary, secondary, success, warning, danger, and neutral color variants. Each color includes light, base, dark, and alternative shades optimized for UI components and readability. Output includes @AppTheme annotation code and App.setTheme() integration examples. Supports named themes for multi-theme applications or global CSS overrides for single-theme setups. Input format: HSL color values [hue (0-360), saturation (0-100), lightness (0-100)] |