mcpbeat Sign in

Doppler MCP Server

local only

Doppler MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Doppler API: projects, configs, secrets.

Installs / week
npm · doppler-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Doppler MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 doppler-mcp -- npx -y doppler-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doppler-mcp": {
      "args": [
        "-y",
        "doppler-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doppler-mcp]
command = "npx"
args = ["-y", "doppler-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "doppler-mcp": {
      "args": [
        "-y",
        "doppler-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doppler-mcp": {
      "args": [
        "-y",
        "doppler-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Doppler MCP

same job, measured the same way
Supabase URL Shape
by sadri-dridi

Check a Supabase project URL shape. Secrets discarded.

31 tools answering
Trestle
by trestlescan

Detects leaked secrets (API keys, tokens, private keys) in source code.

25 installs/wk local only
Env Secret Exposure Analyzer MCP
by vola-trebla

Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.

32 installs/wk local only
Vibescan MCP Server
by aguantar

MCP server for VibeScan — scan projects for leaked secrets and security issues

68 installs/wk local only
GuardianShield
by sparkvibe-io

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

82 installs/wk local only
I
MCP Watchdog
by bountyyfi

MCP security proxy - detects and blocks 40+ MCP attack classes. Zero config.

88 installs/wk local only
Secrets Audit MCP
by eltociear

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

local only
Secrets-LE
by nolindnaidoo

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

40 installs/wk local only

Doppler MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Doppler MCP?
Doppler MCP 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 doppler-mcp.
How do I connect Doppler MCP?
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 doppler-mcp straight from npm; nothing to host, nothing to sign up for.
Is Doppler MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.