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

# APIXO Integrations

> Connect APIXO to AI coding tools, MCP clients, official LLM SDKs, and third-party applications

Choose an integration path based on where you want to use APIXO. Use MCP when an agent should discover APIXO models and schemas, or use a compatible SDK, tool, agent, or client when it can send one of APIXO's supported provider formats.

## Choose an integration

| Integration path | Best for                                                  | Start here                                          |
| ---------------- | --------------------------------------------------------- | --------------------------------------------------- |
| APIXO MCP        | MCP-compatible coding tools and agents                    | [APIXO MCP](/docs/integrations/mcp)                      |
| Compatible SDKs  | Applications already using Claude, OpenAI, or Gemini SDKs | [Compatible SDKs](/docs/llm/official-sdks)               |
| Compatible apps  | Desktop clients that accept a custom provider endpoint    | [Configure a Compatible App](/docs/llm/third-party-apps) |

## APIXO MCP and compatible SDKs

<CardGroup cols={2}>
  <Card title="APIXO MCP Server" icon="plug" href="/docs/integrations/mcp">
    Let an MCP-compatible agent discover model schemas, write integration code, submit tasks, and inspect results.
  </Card>

  <Card title="Install APIXO MCP" icon="download" href="/docs/integrations/mcp/installation">
    Connect APIXO to Cursor, Claude Code, Codex, Claude Desktop, Windsurf, and other MCP clients.
  </Card>
</CardGroup>

## Tools, agents, and clients

<CardGroup cols={2}>
  <Card title="Compatible SDKs" icon="code" href="/docs/llm/official-sdks">
    Point supported Claude, OpenAI, or Gemini SDKs at the APIXO Chat API.
  </Card>

  <Card title="Apps & Clients" icon="grid-2" href="/docs/llm/third-party-apps">
    Configure compatible desktop clients and applications with an APIXO base URL and API key.
  </Card>
</CardGroup>

<Note>
  APIXO does not currently maintain a separate plugin catalog. Integrations listed here use the REST API, compatible LLM protocols, or the APIXO MCP Server.
</Note>
