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

# Applications

> Choose the application you want to connect to Breakcold MCP.

Use this hub to choose the application where you want to use Breakcold MCP. Each application page includes the website, application picture, MCP endpoint, and setup notes.

<CardGroup cols={3}>
  <Card title="Claude" href="/api/mcp-applications/claude">
    <img src="https://www.google.com/s2/favicons?domain=claude.ai&sz=96" alt="Claude logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="ChatGPT" href="/api/mcp-applications/chatgpt">
    <img src="https://www.google.com/s2/favicons?domain=chatgpt.com&sz=96" alt="ChatGPT logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="Codex" href="/api/mcp-applications/codex">
    <img src="https://www.google.com/s2/favicons?domain=developers.openai.com&sz=96" alt="Codex logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="TypingMind" href="/api/mcp-applications/typingmind">
    <img src="https://www.google.com/s2/favicons?domain=typingmind.com&sz=96" alt="TypingMind logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="LM Studio" href="/api/mcp-applications/lm-studio">
    <img src="https://www.google.com/s2/favicons?domain=lmstudio.ai&sz=96" alt="LM Studio logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="OpenClaw" href="/api/mcp-applications/openclaw">
    <img src="https://www.google.com/s2/favicons?domain=openclaw.ai&sz=96" alt="OpenClaw logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="Hermes" href="/api/mcp-applications/hermes">
    <img src="https://raw.githubusercontent.com/NousResearch/hermes-agent/main/website/static/img/apple-touch-icon.png" alt="Hermes logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="LibreChat" href="/api/mcp-applications/librechat">
    <img src="https://www.google.com/s2/favicons?domain=librechat.ai&sz=96" alt="LibreChat logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>

  <Card title="Microsoft 365 Copilot" href="/api/mcp-applications/microsoft-365-copilot">
    <img src="https://www.google.com/s2/favicons?domain=microsoft.com&sz=96" alt="Microsoft 365 Copilot logo" width="48" height="48" style={{ borderRadius: "8px" }} />
  </Card>
</CardGroup>

## MCP endpoint

Use the same Breakcold MCP endpoint for every application.

```txt theme={null}
https://mcp.breakcold.com/mcp/v1
```
