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

# Swig Docs MCP Support

## Overview

This page covers Mintlify's docs-generated MCP server for the Swig documentation itself.

<Note>
  If you are looking for the dedicated Swig wallet MCP server built from
  <code>@swig-wallet/mcp-server</code>, see
  [Getting Started with Swig MCP](/tutorials/mcp).
</Note>

The Model Context Protocol (MCP) is an open protocol that connects your functions to LLMs and AI applications. With Mintlify's integration, you can automatically generate an MCP server for Swig's docs, enabling seamless AI-powered interactions with your product.

## Generating your MCP server

Swig docs can be converted into an MCP server using the following command:

```bash theme={null}
npx mint-mcp add build.onswig.com
```

You can also view an llms-full.txt file [here](https://build.onswig.com/llms-full.txt)

<Note>
  You can view the full documentation for Mintlify's MCP Configuration
  [here](https://mintlify.com/docs/mcp).
</Note>
