Doppler (npx) MCP Server
CommunityContributed by Doppler
Manage Doppler secrets, projects, configs, and environments through the Doppler API. Tools are auto-generated from the Doppler OpenAPI spec and support read-only and project/config scoping.
About the Doppler (npx) MCP Server
The Doppler (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Doppler secrets, projects, configs, and environments through the Doppler API. Tools are auto-generated from the Doppler OpenAPI spec and support read-only and project/config scoping. This is a community-contributed MCP server by Doppler.
Install the Doppler (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dopplerhq/mcp-server"
],
"env": {
"DOPPLER_TOKEN": "${input:DOPPLER_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "DOPPLER_TOKEN",
"label": "Doppler Token",
"description": "A Doppler service token or personal token used to authenticate with the Doppler API. Scope the token to only the projects, configs, and actions you intend to allow. Service tokens (dp.st.*) work out of the box and auto-detect scope.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "dp.st.****************",
"obtain": {
"url": "https://docs.doppler.com/docs/service-tokens",
"instructions": "1. Open the Doppler dashboard and select your project and config\n2. Go to the 'Access' tab\n3. Under 'Service Tokens', click 'Generate'\n4. Choose Read or Read/Write access and the config to scope it to\n5. Copy the generated token (starts with dp.st.)\n\nAlternatively, create a personal token under Settings > Tokens (Account) for broader access.",
"button_label": "Create Service Token"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Doppler (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
1Password (npx)
Access secrets from 1Password vaults. List vaults, retrieve items, and search for credentials using a service account token.
Aikido Security (npx)
Scan code and secrets with Aikido Security directly from your AI coding agent. Exposes Aikido's Code and Secrets Scan as an MCP tool returning machine-readable findings you can triage, fix, or ignore.
Auth0 (npx)
Manage your Auth0 tenant through natural language: applications, APIs (resource servers), actions, forms, and logs via the Auth0 Management API. Authentication uses an OAuth 2.0 device-authorization browser flow handled by the server; tokens are stored in your OS keychain.
Bitwarden (npx)
Securely access your Bitwarden vault and administer your organization through the Bitwarden CLI and Public API. Manage vault items, folders, collections, Sends, and password generation, plus organization members, groups, policies, and audit logs.
Codacy (npx)
Connect to Codacy to analyze code quality and security, run static analysis (SAST, secrets, dependency, and IaC scans), browse repositories, list issues, and surface coverage data from your Codacy account via npx.
DB Query Guard MCP
Governed database query review, SQL simulation, approvals, and audits as a paid remote MCP.
Install Doppler (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.