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

# BoltAI

> Connect Geekflare MCP server to BoltAI for scraping, search, screenshot, and DNS tools in your Mac AI assistant.

[BoltAI](https://boltai.com) is a native Mac AI assistant that supports MCP servers. With Geekflare connected, BoltAI can scrape pages, search the web, take screenshots, and look up DNS records in any conversation.

## Setup

<Steps>
  <Step title="Open BoltAI Preferences">
    Open BoltAI and go to **Preferences → MCP Servers** (or press `Cmd+,`).
  </Step>

  <Step title="Add a new MCP server">
    Click the **+** button to add a new server.
  </Step>

  <Step title="Configure the server">
    <Tabs>
      <Tab title="Remote URL (Recommended)">
        * **Name:** Geekflare
        * **Type:** Streamable HTTP
        * **URL:** `https://mcp.geekflare.com/YOUR_API_KEY/mcp`
      </Tab>

      <Tab title="Local via npx">
        * **Name:** Geekflare
        * **Type:** Command
        * **Command:** `npx`
        * **Arguments:** `-y @geekflare/mcp`
        * **Environment Variables:** `API_KEY=YOUR_API_KEY`
      </Tab>
    </Tabs>

    Replace `YOUR_API_KEY` with your Geekflare API key. Click **Save**.
  </Step>

  <Step title="Enable the server">
    Toggle the Geekflare server to **On**. The tools should appear in the BoltAI chat interface.
  </Step>
</Steps>

## Usage Examples

In any BoltAI conversation:

**Scrape a webpage**

```
Scrape https://example.com and summarize the main content.
```

**Search the web**

```
Search for "best Mac productivity apps" and return the top results.
```

**Screenshot**

```
Take a screenshot of https://nvidia.com and describe what you see.
```

**Metadata scraping**

```
Fetch the meta tags from https://geekflare.com and show the SEO title and description.
```
