webforj-mcp
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 Cod…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add webforj.io/webfor-mcp
# Browse available tools
npx -y smithery tool list webforj.io/webfor-mcp
# Get full schema for a tool
npx -y smithery tool get webforj.io/webfor-mcp webforj-create-project
# Call a tool
npx -y smithery tool call webforj.io/webfor-mcp webforj-create-project '{}'Direct MCP Connection
Endpoint: https://webfor-mcp--webforj.io.run.tools
Tools (3)
webforj-create-projectwebforj-knowledge-basewebforj-create-theme
# Get full input/output schema for a tool
npx -y smithery tool get webforj.io/webfor-mcp Prompts (3)
create-app(appName, archetype, runServer) — Create and run a webforJ Spring Boot applicationcreate-theme(primaryColor) — Generate a webforJ theme from a primary colorsearch-webforj(query) — Search webforJ documentation and resolve development questions