
## Set up docs over MCP

URL: https://docs.atlan.com/agents/how-tos/set-up-docs-over-mcp

> Connect Claude Code, Cursor, ChatGPT, or any MCP-compatible tool to Atlan docs over MCP for on-demand documentation access.

Atlan docs over MCP is available at `/mcp` on this site. Connect it once and your AI tool can search and retrieve Atlan documentation on demand—the right page, at the right level, without you having to find and paste it manually.

## Add docs over MCP

### Claude

### Claude Code

### Claude Desktop

### ChatGPT

### Cursor

### Copilot

## Verify connection

Once connected, try one of these questions in your AI tool:

> What permissions do I need to set up the Snowflake connector in Atlan?

The tool calls `get_preflight_requirements` and returns the exact permissions from the Snowflake preflight page—not a generic answer.

> How do I set up dbt in Atlan?

The tool calls `get_feature_guide` to load the dbt connector index, then `get_page` to retrieve specific setup steps.

> What is a Persona in Atlan?

The tool calls `get_concept` and returns Atlan's own definition of Persona, not a generic data catalog interpretation.

If your tool is calling these tools and returning specific answers, the connection is working.

## See also

- [Docs-over-MCP tools](https://docs.atlan.com/llms/platform/agents/docs-over-mcp-tools/llms.txt): Full reference for all five tools—inputs, outputs, and when to use each

---
