Skip to main content
The Builders MCP server is available at:
https://docs.supercycle.com/mcp
Connect it to your preferred AI tool using the instructions below.
ChatGPT supports MCP connections through its Connectors feature.
1

Open Connectors settings

In ChatGPT, go to SettingsConnectorsAdd custom connector.
2

Add the Supercycle Builders MCP server

  • Name: Supercycle Builders MCP
  • URL: https://docs.supercycle.com/mcp
3

Use it in your chats

When starting a new chat, select the attachments button (the plus icon) and choose the Supercycle Builders MCP connector. ChatGPT will now search Supercycle’s documentation when relevant to your questions.
Claude supports MCP connections through its Connectors feature.
1

Open Connectors settings

Navigate to the Connectors page in your Claude settings.
2

Add the Supercycle Builders MCP server

Select Add custom connector and enter:
  • Name: Supercycle Builders MCP
  • URL: https://docs.supercycle.com/mcp
3

Use it in your chats

When using Claude, select the attachments button (the plus icon) and choose the Supercycle Builders MCP connector. Claude will now search Supercycle’s documentation when relevant to your questions.
Run the following command to add the Supercycle Builders MCP server to Claude Code:
claude mcp add --transport http supercycle-builders-mcp https://docs.supercycle.com/mcp
Verify the connection:
claude mcp list
1

Open MCP settings

Use Cmd + Shift + P (Ctrl + Shift + P on Windows) to open the command palette. Search for Open MCP settings and select Add custom MCP.
2

Add the Supercycle Builders MCP server

Add the following to your mcp.json:
{
  "mcpServers": {
    "Supercycle Builders MCP": {
      "url": "https://docs.supercycle.com/mcp"
    }
  }
}
Create a .vscode/mcp.json file in your project and add:
{
  "servers": {
    "Supercycle Builders MCP": {
      "type": "http",
      "url": "https://docs.supercycle.com/mcp"
    }
  }
}
1

Open your Retool agent

Open an existing agent or create a new one. On the Configuration tab, click Add new toolConnect to MCP Server.
2

Add the Supercycle Builders MCP server

Select Add new resource and enter:
  • Name: Supercycle Builders MCP
  • Server URL: https://docs.supercycle.com/mcp
3

Use it in your agent

Your Retool agent can now search Supercycle’s documentation when building apps, dashboards, and workflows.
1

Open Connectors settings

Go to SettingsConnectorsPersonal connectors, then click New MCP server.
2

Add the Supercycle Builders MCP server

  • Server name: Supercycle Builders MCP
  • Server URL: https://docs.supercycle.com/mcp
  • Authentication: No authentication
3

Use it in your builds

The Lovable agent can now search Supercycle’s documentation when generating code, prototypes, and integrations.
Any MCP-compatible client can connect using the server URL:
https://docs.supercycle.com/mcp