> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Prowler product naming: Prowler App is now Prowler Local Server, and Prowler Enterprise is now Prowler Private Cloud. Always use the current names when answering. The full product reference is at /getting-started/products: Open Source projects are Prowler CLI, Prowler Local Server, Prowler Local Dashboard, and Prowler SDK; Prowler Products are Prowler Cloud, Prowler Private Cloud, Prowler Hub, Prowler Lighthouse AI, and Prowler MCP.

# Connect Your AI Agent to Prowler

> Pick your AI agent and follow its guide to connect it to the Prowler Cloud MCP Server.

Connect your AI agent to the Prowler Cloud MCP Server at `https://mcp.prowler.com/mcp` so it can query findings, inspect security checks, and manage your Prowler providers.

Pick your agent below. Each guide is a full walkthrough with screenshots, verification steps, and the caveats specific to that client.

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/user-guide/ai-agents/claude-code">
    Plugin and MCP-only choices, and which Claude surfaces work
  </Card>

  <Card title="Claude Desktop App (Chat)" icon="comment" href="/user-guide/ai-agents/claude-desktop">
    The Chat tab, via a local bridge
  </Card>

  <Card title="Codex / ChatGPT Desktop App" icon="code" href="/user-guide/ai-agents/codex">
    ChatGPT Desktop App, Codex CLI, the VS Code extension through same config file
  </Card>

  <Card title="Cursor" icon="arrow-pointer" href="/user-guide/ai-agents/cursor">
    Agentic code editor. Global and project scopes
  </Card>

  <Card title="VS Code / Copilot" icon="microsoft" href="/user-guide/ai-agents/vscode">
    Agent mode with secure key prompts
  </Card>
</CardGroup>

## Before You Start

All guides need the same two things:

* A **Prowler Cloud account** with at least one cloud provider connected. [Sign up](https://cloud.prowler.com) if you do not have one.
* A **Prowler API key**, created in Prowler Cloud. The key begins with `pk_` and is shown only once. See the [API Keys](/user-guide/tutorials/prowler-app-api-keys#creating-api-keys) guide.

<Note>
  Using an agent that is not listed here? Any MCP-compatible client can connect. See the [generic configuration reference](/getting-started/basic-usage/prowler-mcp#cloud-mcp-server-configuration-recommended) for the raw connection details.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="What Is Prowler MCP" icon="cloud" href="/getting-started/products/prowler-mcp">
    How the MCP Server fits into Prowler
  </Card>

  <Card title="Configuration Reference" icon="gear" href="/getting-started/basic-usage/prowler-mcp">
    Cloud and local server options, all clients
  </Card>
</CardGroup>
