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

# Raycast

> Connect Migma MCP to Raycast AI.

Use Migma MCP in Raycast AI when you want Quick AI or AI Chat to prepare emails, review campaigns, inspect contacts, or run safe Migma actions from your desktop.

## Add MCP server

Use Raycast's MCP settings or MCP Registry extension to add a custom server. Raycast currently supports `stdio`, so use Local MCP:

```json theme={null}
{
  "mcpServers": {
    "migma": {
      "command": "npx",
      "args": ["-y", "@migma/mcp"],
      "env": {
        "MIGMA_API_KEY": "your_migma_api_key"
      }
    }
  }
}
```

## Verify

Ask Raycast AI:

```text theme={null}
Use Migma to list my brands and show available tools.
```

## Next

<CardGroup cols={2}>
  <Card title="MCP Server" icon="server" href="/mcp-server">
    Remote and local MCP details.
  </Card>

  <Card title="Agent Registration" icon="key" href="/agent-registration">
    Let an agent request scoped access.
  </Card>
</CardGroup>
