What is the Atlas MCP server?
Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
How to install Atlas
Copy-paste configuration for popular MCP clients.
ATLAS_DATASOURCE_URLsecretAnalytics datasource URL (postgres, mysql, clickhouse, snowflake, duckdb, bigquery, salesforce). Optional — falls back to a bundled NovaMart SQLite demo when unset.
ATLAS_PROVIDERLLM provider: anthropic, openai, bedrock, ollama, openai-compatible, gateway. Optional — the MCP server does not call an LLM directly (the client does); set this only if you also run Atlas's chat or scheduler.
ATLAS_API_URLURL of a running Atlas API. Optional — defaults to http://localhost:3001. When set, the MCP server inherits the API's connections, semantic layer, and governance.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<YOUR_ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<YOUR_ATLAS_PROVIDER>",
"ATLAS_API_URL": "<YOUR_ATLAS_API_URL>"
}
}
}
}{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<YOUR_ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<YOUR_ATLAS_PROVIDER>",
"ATLAS_API_URL": "<YOUR_ATLAS_API_URL>"
}
}
}
}{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<YOUR_ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<YOUR_ATLAS_PROVIDER>",
"ATLAS_API_URL": "<YOUR_ATLAS_API_URL>"
}
}
}
}{
"servers": {
"atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<YOUR_ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<YOUR_ATLAS_PROVIDER>",
"ATLAS_API_URL": "<YOUR_ATLAS_API_URL>"
}
}
}
}claude mcp add atlas --env ATLAS_DATASOURCE_URL=<YOUR_ATLAS_DATASOURCE_URL> --env ATLAS_PROVIDER=<YOUR_ATLAS_PROVIDER> --env ATLAS_API_URL=<YOUR_ATLAS_API_URL> -- npx -y @useatlas/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.