Skip to main content

Setup

The MCP server URL is:
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
Screenshot 2026 04 30 At 08 23 36 1

Claude CLI

Recommended: one-line install

Run this in your terminal — it registers the server for your user account, no manual file editing required:
```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. Alternatively, manually install it 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:
```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:
    {
      "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.
Screenshot 2026 04 30 At 11 58 55

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 → MCP
  2. Paste in the server URL: https://builtformars.com/mcp
  3. Sign in with your BFM account
    Screenshot 2026 04 30 At 07 34 36

Codex CLI / Codex desktop

Add this to your Codex config:
{
  "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.