News

Spring Tools 5.2.0 Adds Experimental Claude Code Plugin and Spring AI Support

Broadcom's Spring Tools team released version 5.2.0 of its IDE tooling suite on June 15, adding an experimental plugin for Claude CodeAnthropic's command-line AI coding agent, alongside a bundle of new developer productivity features and an upgrade to Eclipse 2026-06.

The headline addition is the Claude Code Plugin, which the team explicitly marked as experimental and in early access. The plugin provides two components: an embedded Model Context Protocol (MCP) server and a set of Claude Code skills. The MCP server exposes Spring-specific static project analytics to the language model, including resolved classpaths, Spring Boot version information, bean dependency graphs, component stereotypes, and Spring-specific problem reports with suggested fixes. The skills guide Claude Code on when and how to query the embedded server in a Spring project. Because the Spring Tools MCP server runs inside the IDE and draws its data from the active workspace, it cannot be used in isolation: developers using Claude Code from a terminal must have their project open in a Spring Tools-powered IDE concurrently.

The release notes state that the Spring Tools project "does not ship its own large language model and does not require you to authenticate against a specific LLM provider. The integration happens purely via the existing AI coding assistants that you have configured." The same embedded MCP server is also available to GitHub Copilot users in Eclipse-based environments, where it is configured automatically upon Copilot detection.

Beyond the Claude Code integration, Spring Tools 5.2.0 adds general support for Spring AI, extending IDE-level assistance to projects that use the framework. A type-safe property references feature allows developers to refactor string-based configuration property references into type-safe ones and handles multiple simultaneous references. The release also brings Maven repository-based version validation with a quick-fix action to update dependencies to the latest patch version, improvements to the Spring Indexer and the ahead-of-time compilation cache for JDK 25, and a regression fix for the Add New Starter action in the Eclipse distribution, which had stopped modifying <code>pom.xml</code> files correctly.

The next scheduled release, Spring Tools 5.3.0, is planned for mid-September 2026.

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].