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

# Installation

> How to install our MCP

## Setup

The MCP server URL is:

```text theme={null}
https://builtformars.com/mcp
```

You'll be asked to sign in with your BFM+ account when you connect. After that, just start a new conversation — your assistant will have access to BFM automatically.

***

### Claude (browser, desktop, or mobile)

1. Go to **Settings → Integrations**
2. Click **Add integration**
3. Paste in the server URL: `https://builtformars.com/mcp`
4. Sign in with your BFM account
5. Open a new conversation and you're good to go

<Frame>
  <img src="https://mintcdn.com/builtformars/sLrSO0HrIuqJ645F/images/Screenshot-2026-04-30-at-08.23.36-1.png?fit=max&auto=format&n=sLrSO0HrIuqJ645F&q=85&s=0b262deb9fef162603f90150a8e50300" alt="Screenshot 2026 04 30 At 08 23 36 1" title="Screenshot 2026 04 30 At 08 23 36 1" style={{ width:"56%" }} width="634" height="344" data-path="images/Screenshot-2026-04-30-at-08.23.36-1.png" />
</Frame>

***

### Claude CLI

**<u>Recommended: one-line install</u>**\
\
Run this in your terminal — it registers the server for your user account, no manual file editing required:

````text theme={null}
```bash
claude mcp add --scope user --transport http builtformars https://builtformars.com/mcp
```
````

That's it. Restart Claude CLI and the `builtformars` tools will be available.

**<u>Alternatively, manually install it</u>**

If you'd rather edit the config file by hand, MCP servers live in \*`~/.claude.json`\*\* — note this is a dotfile at your home root, **not** `~/.claude/config.json` (which doesn't exist).

Open `~/.claude.json` and add the server under `mcpServers`:

````text theme={null}
```json
{
  "mcpServers": {
    "builtformars": {
      "type": "http",
      "url": "https://builtformars.com/mcp"
    }
  }
}
```
````

Save the file and restart Claude.

***

### Cursor

1. Go to **Settings → Cursor Settings → Tools and MCPs**
2. Click **Add new MCP server**
3. Use this:
   ```text theme={null}
   {
     "mcpServers": {
       "builtformars": {
         "url": "https://builtformars.com/mcp"
       }
     }
   }
   ```
4. Save and sign in with your BFM account

***

### VS Code

1. Open the Command Palette (`Cmd+Shift+P` on Mac, `Ctrl+Shift+P` on Windows)
2. Search for **MCP: Add Server**
3. Paste in `https://builtformars.com/mcp`
4. Follow the sign-in prompt

***

### Windsurf (Antigravity)

1. Go to **Settings → MCP Servers**
2. Add a new server and paste the URL: `https://builtformars.com/mcp`
3. Sign in with your BFM account

***

### Figma Make

1. Go to **"+" → Connectors**
2. Add a new server and paste the URL: `https://builtformars.com/mcp`
3. Sign in with your BFM account.

<Frame>
  <img src="https://mintcdn.com/builtformars/ijQTiXJTSjyORELj/images/Screenshot-2026-04-30-at-11.58.55.png?fit=max&auto=format&n=ijQTiXJTSjyORELj&q=85&s=0bf4c2ba54dbd2a3e15b95cf2a0462d2" alt="Screenshot 2026 04 30 At 11 58 55" title="Screenshot 2026 04 30 At 11 58 55" style={{ width:"61%" }} width="632" height="406" data-path="images/Screenshot-2026-04-30-at-11.58.55.png" />
</Frame>

***

### ChatGPT

1. Go to **Settings → Connectors**
2. Click **Add connector** and choose **MCP**
3. Paste in `https://builtformars.com/mcp`
4. Sign in with your BFM account

Note: For whatever reason, ChatGPT requires you to have a paid tier, and toggle on "Developer Mode".

***

### Lovable

1. Open your project and go to **Settings → [Connectors](https://lovable.dev/dashboard?connectors) → MCP**
2. Paste in the server URL: `https://builtformars.com/mcp`
3. Sign in with your BFM account
   <Frame>
     <img src="https://mintcdn.com/builtformars/phH-oJ1gPI4mwINJ/images/Screenshot-2026-04-30-at-07.34.36.png?fit=max&auto=format&n=phH-oJ1gPI4mwINJ&q=85&s=a47644c454b0f7d2a43366f8d2dda336" alt="Screenshot 2026 04 30 At 07 34 36" style={{ width:"79%" }} width="840" height="212" data-path="images/Screenshot-2026-04-30-at-07.34.36.png" />
   </Frame>

***

### Codex CLI / Codex desktop

Add this to your Codex config:

```text theme={null}
{
  "mcpServers": {
    "builtformars": {
      "url": "https://builtformars.com/mcp"
    }
  }
}
```

Restart, then sign in when prompted.

***

## Something not working?

**Not getting any BFM results** Ask your assistant: *"Check my Built for Mars account status"* — it'll confirm whether you're connected and authenticated.

**The integration isn't showing up** Try starting a new conversation. Some tools need a restart after adding a new MCP.

**Being asked to sign in again** Your session may have expired. Re-authenticate through the integration settings in your AI tool.
