Title: Atlan MCP
URL Source: https://docs.atlan.com/product/capabilities/atlan-ai/how-tos/atlan-mcp-overview
Markdown Content:
Skip to main content
Community Hub
Search Ctrl K
⌘K
Get Help
What's new
Get started
Build context
Consume context
Govern context
AI & Agents
Administer
Extend Atlan
Atlan MCP
✦TL;DR×
Atlan MCP is a hosted server that lets AI clients (Claude, Cursor, ChatGPT, Gemini, Copilot) and automation platforms (Python, n8n, LangChain) use Atlan as a context layer through the Model Context Protocol.
Explain this page|Listen|Ask questions
View MD
Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bash⎘Connect
Atlan is the context layer for enterprise AI. Atlan MCP connects your AI tools—Claude, Cursor, ChatGPT, Copilot, and more—to your organization's context repos: the knowledge, data, and semantics your AI agents need to answer accurately.
Use Atlan's agent skills to search and discover enterprise context, traverse end-to-end lineage, access governed data definitions and glossaries, execute SQL, curate your metadata graph, and ensure data quality—so every question you ask is grounded in trusted organizational context.
It's a hosted server, available on every Atlan tenant with nothing to install, and every action respects the permissions you've already set in Atlan. Atlan MCP implements the openModel Context Protocol, so any MCP-aware client can connect.
Claude · Atlan MCP
connected to your workspace
live
Which Snowflake tables contain PII and feed the Revenue dashboard?
MCP search_assets
ARGS
{ "type": "Table",
"tags": ["PII"] }
RESULT
{ "matched": 14 }
Found 14 PII-tagged tables insnowflake_prod. Three feed the Revenue dashboard:customer_pii, orders_enriched,subscriptions.
Ask about your data Send