# Can I use Claude, ChatGPT, or other AI assistants with Loadster?

> Yes. Connect Claude, ChatGPT, Cursor, or another AI assistant to Loadster over MCP, and it can write scripts, build load tests, and read your results.

Source: https://loadster.com/faqs/using-ai-for-load-testing/

Yes you can! Loadster has a built-in [MCP server](https://loadster.com/faqs/connect-to-loadster-mcp-server/), so you can connect your AI
assistant to your Loadster account and let it do the slow and boring parts of load testing for you.

Scripting is usually the slowest part of load testing, so an assistant that can read your app, write a script, play it,
and fix what breaks tends to speed things up quite a bit. You describe the flow you want to test, and the assistant
builds it in your Loadster project using the same tools you'd use in the dashboard.

## Which AI Assistants Work with Loadster

Any assistant that supports remote MCP servers over Streamable HTTP and can authenticate with OAuth or a bearer token
can connect. Things change quickly, but at the time of writing common options include:

- **Claude** — both Claude Code and the Claude desktop app are MCP clients.
- **ChatGPT web** — connects through a plugin/MCP connection created in Developer Mode.
- **Codex desktop, CLI, and IDE extension** — connect directly to MCP servers and share configuration on the same
  Codex host.
- **Cursor** and **VS Code** — access MCP servers from a project or user config file.

Other compatible MCP tools use the same Loadster endpoint, although their setup and authentication options can differ.
Loadster's [MCP server](https://loadster.com/faqs/connect-to-loadster-mcp-server/) exposes its script editor, scenarios, monitors, and
results, and the assistant calls those tools on your behalf.

## What an AI Assistant Can Do in Loadster

Your assistant can write and play scripts, build load test scenarios, manage datasets and monitors, and read finished
results.

What agents deliberately cannot do is launch a full-scale load test or start a monitor, both of which are left to humans
for now to prevent expensive surprises. See
also: [Can my AI assistant run load tests or start monitors?](https://loadster.com/faqs/ai-assistant-run-load-tests/)

Check out the [AI agents manual](https://loadster.com/manual/ai-agents/) for detailed connection steps for each client.

