Springboot Bootstrap Mcp
About
This is developer focused tool which can be used to bootstrap spring boot project which we do using https://start.spring.io/
Details
- Author
- akshay-harale
- Downloads
- 292
- Categories
- Other
Jump to
- Discovers available Spring Boot versions, dependencies, and Java versions
- Downloads Spring Boot projects as ZIP files
- Extracts projects directly to a specified directory
- Supports customization of build tool, language, and more
- Automatically creates parent directories if needed
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Springboot Bootstrap McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"springboot bootstrap mcp": {
"springboot-bootstrap": {
"command": "java",
"args": [
"-jar",
"C:/mcp-servers/app-bootstrap.jar"
]
}
}
}
}
McpServers
{
"springboot-bootstrap": {
"command": "java",
"args": [
"-jar",
"C:/mcp-servers/app-bootstrap.jar"
]
}
}
A Model Context Protocol (MCP) server for bootstrapping Spring Boot projects using Spring Initializr. This server provides AI assistants with tools to discover available Spring Boot configurations and generate customized project templates.
Available Tools
getSpringBootInitDetails:
Retrieves all available configuration options from Spring Initializr
Returns available Spring Boot versions, dependencies, Java versions, and more
Use this first to discover valid parameter values
downloadSpringBootProject:
Downloads a fully configured Spring Boot project as a ZIP file OR extracts directly to a directory
Smart Path Detection: If path ends with .zip, saves as ZIP file; otherwise extracts all files to directory
Supports customization of build tool, language, dependencies, and more
Automatically creates parent directories if needed
Extracted projects are ready to open in your IDE immediately
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



