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

# Integrations Overview

> Connect the Bizzy MCP Server to AI coding tools

The Bizzy MCP server integrates with popular AI-powered development tools,
allowing you to access your business data directly from your preferred coding
environment.

## Supported Tools

| Tool                                              | Platform              | Configuration         |
| ------------------------------------------------- | --------------------- | --------------------- |
| [Claude Desktop](/mcp-server/integrations/claude) | macOS, Windows        | Settings → Connectors |
| [Cursor](/mcp-server/integrations/cursor)         | macOS, Windows, Linux | `.cursor/mcp.json`    |
| [Windsurf](/mcp-server/integrations/windsurf)     | macOS, Windows, Linux | `mcp_config.json`     |

## Authentication

Each of the clients listed above runs the OAuth 2.1 + PKCE handshake
automatically. Point the client at `https://mcp.bizzyco.ai`, sign in to Bizzy in
the browser tab that opens, and approve the consent screen. See
[Authentication](/mcp-server/authentication) for the full flow.

## Integration Guides

<CardGroup cols={3}>
  <Card title="Claude Desktop" icon="message" href="/mcp-server/integrations/claude">
    Connect to Anthropic's Claude Desktop app
  </Card>

  <Card title="Cursor" icon="code" href="/mcp-server/integrations/cursor">
    Integrate with Cursor IDE
  </Card>

  <Card title="Windsurf" icon="wind" href="/mcp-server/integrations/windsurf">
    Set up Windsurf with Cascade
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Available Tools" icon="wrench" href="/mcp-server/tools">
    See what tools are available
  </Card>

  <Card title="Authentication" icon="key" href="/mcp-server/authentication">
    Learn about MCP server authentication
  </Card>
</CardGroup>
