> ## Documentation Index
> Fetch the complete documentation index at: https://pipeline-f26f1c83.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ShotGrid MCP Server

> A high-performance MCP server for ShotGrid integration

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/pipeline-f26f1c83/logo/light.svg" alt="ShotGrid MCP Server Logo" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/pipeline-f26f1c83/logo/dark.svg" alt="ShotGrid MCP Server Logo" />

# ShotGrid MCP Server

ShotGrid MCP Server is a high-performance implementation of the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) for Autodesk ShotGrid. It provides a standardized way for LLMs to interact with your ShotGrid data and functionality.

## Getting Started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/getting-started/installation">
    Install and set up ShotGrid MCP Server
  </Card>

  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Create your first ShotGrid MCP Server
  </Card>
</CardGroup>

## Explore Features

<CardGroup cols={3}>
  <Card title="Tools" icon="wrench" href="/servers/tools">
    Create tools to expose ShotGrid functionality
  </Card>

  <Card title="Connection Pool" icon="database" href="/servers/connection-pool">
    Efficiently manage ShotGrid API connections
  </Card>

  <Card title="Optimized Queries" icon="magnifying-glass" href="/patterns/optimized-queries">
    Best practices for efficient ShotGrid queries
  </Card>
</CardGroup>

## AI Integration

<CardGroup cols={2}>
  <Card title="AI Prompts" icon="robot" href="/guides/ai-prompts">
    Effective prompts for using ShotGrid MCP with AI assistants
  </Card>

  <Card title="Workflow Examples" icon="diagram-project" href="/patterns/ai-workflows">
    Real-world AI workflow examples with ShotGrid
  </Card>
</CardGroup>
