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.
https://mcp.webforj.com/mcp
https://mcp.webforj.com/sse
Use the Claude CLI command to register the server:
claude mcp add webforj-mcp https://mcp.webforj.com/mcp -t http -s user
This will automatically configure the MCP server in your Claude Code environment.
Add this server using the Integrations panel in Claude Desktop settings:
https://mcp.webforj.com/mcp
1. Open Claude Desktop and go to Settings
2. Click on "Integrations" in the sidebar
3. Click "Add Integration" and paste the URL above
4. Follow the setup wizard to complete the configuration
For detailed instructions, see the official integration guide.
Add this configuration to your VS Code settings:
"mcp": {
"servers": {
"webforj-mcp": {
"url": "https://mcp.webforj.com/mcp"
}
}
}
Add this to your VS Code settings.json file.
Add this configuration to your Cursor settings:
"mcpServers": {
"webforj-mcp": {
"url": "https://mcp.webforj.com/mcp"
}
}
Add this to your Cursor settings.
Add this server configuration to your Windsurf MCP settings:
{
"mcpServers": {
"webforj-mcp": {
"serverUrl": "https://mcp.webforj.com/sse"
}
}
}
Note: Windsurf uses the SSE endpoint for MCP server connections.
The server provides these webforJ development tools:
Use MCP endpoint (https://mcp.webforj.com/mcp) for:
Use SSE endpoint (https://mcp.webforj.com/sse) for: