Atlas for Claude Desktop
io.github.atlasdevhq/atlas
Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install Atlas in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<ATLAS_PROVIDER>",
"ATLAS_API_URL": "<ATLAS_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs