PluginBench
MCP Server
Active
AGPL-3.0

Atlas MCP Server

io.github.AtlasDevHQ/atlas

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ATLAS_DATASOURCE_URL
    secret

    Analytics datasource URL (postgres, mysql, clickhouse, snowflake, duckdb, bigquery, salesforce). Optional — falls back to a bundled NovaMart SQLite demo when unset.

  • ATLAS_PROVIDER

    LLM 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_URL

    URL 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →