Back to MCP Servers
Gradle
Gradle integration using the Gradle Tooling API to inspect projects, execute tasks, and run tests with per-test result reporting
developer-toolsapi
By IlyaGulya
Installation
npx -y gradle-mcp-serverConfiguration
{
"mcpServers": {
"gradle-mcp-server": {
"command": "npx",
"args": ["-y", "gradle-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes