mcp_server_claude-desktop_spring-boot

Tharindu37/mcp_server_claude-desktop_spring-boot

3.1

If you are the rightful owner of mcp_server_claude-desktop_spring-boot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to handle model context protocols, facilitating communication and data exchange between different systems and applications.

./mvnw spring-boot:run

./mvnw clean compile package

{
    "mcpServers": {
        "shopping-list-server": {
            "command": "java",
            "args":[
                "-jar",
                "/Users/ASUS/OneDrive/Desktop/mcp/mcp_shopping_list/target/mcp_shopping_list-0.0.1-SNAPSHOT.jar"
            ]
        }
    }
}
set JAVA_HOME=C:\Program Files\Java\jdk-23
set PATH=%JAVA_HOME%\bin;%PATH%

mvnw clean package -DskipTests