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

# Add to Cursor or Claude

> Connect the Beam docs to your AI tools with MCP

Beam's documentation is available as an [MCP](https://modelcontextprotocol.io) server, so your AI tools can search the docs and answer questions with accurate, up-to-date context while you build.

The server is hosted at:

```text theme={null}
https://docs.beam.cloud/mcp
```

## Add to Cursor

Click the button to install the Beam docs MCP server in Cursor:

[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=Beam\&config=eyJ1cmwiOiJodHRwczovL2RvY3MuYmVhbS5jbG91ZC9tY3AifQ==)

Or add it manually. In **Cursor Settings → MCP & Integrations → New MCP Server**, add:

```json theme={null}
{
  "mcpServers": {
    "beam": {
      "url": "https://docs.beam.cloud/mcp"
    }
  }
}
```

## Add to Claude

<Tabs>
  <Tab title="Claude Code">
    Add the server from your terminal:

    ```bash theme={null}
    claude mcp add --transport http beam https://docs.beam.cloud/mcp
    ```
  </Tab>

  <Tab title="Claude Desktop">
    Go to **Settings → Connectors → Add custom connector**, then enter:

    * **Name:** Beam
    * **URL:** `https://docs.beam.cloud/mcp`

    Restart Claude Desktop and the Beam docs tools will be available.
  </Tab>
</Tabs>

<Note>
  Looking for more ways to use the docs with AI tools, including `llms.txt` and `.md` pages? See [Using Beam Docs with AI Tools](/v2/resources/ai-tools).
</Note>
