Skip to main content

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.

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

Add this to your config file (usually ~/.claude/config.json):
{
  "mcpServers": {
    "builtformars": {
      "url": "https://builtformars.com/mcp"
    }
  }
}
Restart the CLI, then authenticate when prompted.

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.