mcpbeat Sign in

Atlas MCP Server

by atlasdevhq Your server? Claim it
local only

Atlas runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 17 Sep 2026.

Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.

Installs per day peak 32 · avg 11 · -22% w/w
a month agotoday
54
Installs / week
npm · @useatlas/mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 48 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/_oauth-helper/authorize-url.ts:1, [пакет] src/_oauth-helper/brands.ts:1, [пакет] src/_oauth-helper/discover.ts:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет
    const proc = Bun.spawn(cmd, { stdout: "ignore", stderr: "pipe" });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      `To restore manually: rm -rf ${SEMANTIC_DIR} && cp -r ${BACKUP_DIR} ${SEMANTIC_DIR}\n`,
      <div class="usage-desc">Full detail above 128px. Drop diagonal rays and base nodes at 64px (center ray only). Outline + apex circle at 24–48px. Solid filled triangle below 24px (favicons).</div>
    ? path.join(SEMANTIC_DIR, sourceArg, "entities")
    const url = `https://api.telegram.org/bot${this.botToken}/getChat?chat_id=${encodeURIComponent(chatId)}`;
Dumps the whole environment packages/api/src/test-setup.ts:39
for (const key of Object.keys(process.env)) {
Reads files and sends them to the network packages/cli/src/commands/init.ts:114
  for (const entry of fs.readdirSync(src, { withFileTypes: true })) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add atlas -- npx -y @useatlas/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlas": {
      "args": [
        "-y",
        "@useatlas/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atlas]
command = "npx"
args = ["-y", "@useatlas/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atlas": {
      "args": [
        "-y",
        "@useatlas/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atlas": {
      "args": [
        "-y",
        "@useatlas/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATLAS_DATASOURCE_URL (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Atlas

same job, measured the same way
OpenRush
by openrushdata

The Marketing Data Layer for AI Agents - SEO, Search Console, and Analytics

answering
Avo
by avohq

Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.

answering
Confdiff MCP
by esperanza-volkov

Semantic, format-aware diff of config files (JSON/YAML/TOML/INI/.env/XML/CSV) for AI agents

34 installs/wk local only
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
Orchard — Agentic Cloud Backend
by nicha404

Managed database, auth, file storage, email, analytics, and deployment for coding agents.

answering
Picoli MCP
by amaterous

MCP server for picoli.site - URL shortening and click analytics for AI agents

28 installs/wk local only
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

90 installs/wk local only
TokenTrace
by abhiyoheswaran1

Local-first AI CLI usage analytics for agents.

88 installs/wk local only

Atlas — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlas?
Atlas runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @useatlas/mcp was installed 54 times last week.
How do I connect Atlas?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @useatlas/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Atlas?
The npm package @useatlas/mcp was installed 54 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlas open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.