Overview
The Gatling AI extensions provides skills and an MCP server to help you deploy and run load tests on Gatling Enterprise directly from your IDE.
Installation
Installation for Claude Code
The plugin can be installed directly from our marketplace via Claude Code’s plugin system.
First, configure the marketplace:
/plugin marketplace add gatling/gatling-ai-extensions
Then, install the plugin:
/plugin install gatling@gatling-ai-extensions
Or browse for the plugin via /plugin > Discover.
Finally, reload Claude.
Gatling AI Extensions
The plugin is a Gatling projects helper to deploy and run tests on Gatling Enterprise. It contains a set of skills and an MCP server.
The AI extensions are packaged as a plugin inside a Claude Marketplace but all components can be used or run manually in any LLM client that supports skills or local MCP servers.
Skills
- Bootstrap a Gatling project: create a new Gatling project from scratch in your language and build tool of choice
- Build Tools: deploy and start Gatling tests on Gatling Enterprise using your project’s build tool
- Configuration as Code: generate or update the
.gatling/package.confpackage descriptor file for Gatling Enterprise deployments - Convert a JMeter Test Plan to Gatling: Convert
.jmxfiles to Gatling - Convert a LoadRunner Script to Gatling: Convert LoadRunner actions and scripts to Gatling
MCP Server
For the Gatling MCP server details, tools reference, and setup instructions, see the dedicated page.
When using either the skills or the MCP server, a valid API Token
is required with at least the Configure role provided as environment variable GATLING_ENTERPRISE_API_TOKEN.