> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent integrations

> Connect Plain to the tools you already work in, from your editor to your local AI assistant.

These pages cover connecting Plain to tools you use rather than building an agent that works threads on its own. Point an assistant at your support data, give it a skill for a specific job, or read and reply to threads from your editor.

If you are building an agent that works threads or answers your team, start with [building agents](/agents) instead.

<CardGroup cols={2}>
  <Card title="MCP server" icon="plug" href="/integrations/mcp-server">
    Give a local AI assistant read and write access to your support data over the Model Context Protocol.
  </Card>

  <Card title="Agent skill" icon="wand-sparkles" href="/integrations/agent-skill">
    Package a specific Plain job as a skill your assistant can call.
  </Card>

  <Card title="Cursor" icon="code" href="/integrations/cursor">
    Read and reply to Plain threads from inside Cursor.
  </Card>
</CardGroup>
