Skip to main content
Beam’s documentation is available as an MCP 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:
https://docs.beam.cloud/mcp

Add to Cursor

Click the button to install the Beam docs MCP server in Cursor: Add to Cursor Or add it manually. In Cursor Settings → MCP & Integrations → New MCP Server, add:
{
  "mcpServers": {
    "beam": {
      "url": "https://docs.beam.cloud/mcp"
    }
  }
}

Add to Claude

Add the server from your terminal:
claude mcp add --transport http beam https://docs.beam.cloud/mcp
Looking for more ways to use the docs with AI tools, including llms.txt and .md pages? See Using Beam Docs with AI Tools.