McpMux
Back to Registry

Infisical (npx) MCP Server

Community

Contributed by Infisical

Manage Infisical secrets, projects, environments, and folders through the Infisical API. Authenticates with a machine identity using Infisical Universal Auth.

About the Infisical (npx) MCP Server

The Infisical (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Infisical secrets, projects, environments, and folders through the Infisical API. Authenticates with a machine identity using Infisical Universal Auth. This is a community-contributed MCP server by Infisical.

Install the Infisical (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

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@infisical/mcp"
  ],
  "env": {
    "INFISICAL_UNIVERSAL_AUTH_CLIENT_ID": "${input:INFISICAL_UNIVERSAL_AUTH_CLIENT_ID}",
    "INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET": "${input:INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET}",
    "INFISICAL_HOST_URL": "${input:INFISICAL_HOST_URL}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "INFISICAL_UNIVERSAL_AUTH_CLIENT_ID",
        "label": "Universal Auth Client ID",
        "description": "The Client ID of an Infisical machine identity configured with Universal Auth. Find it on the machine identity's Universal Auth settings.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.infisical.com",
          "instructions": "1. Open your Infisical organization\n2. Go to Access Control > Identities\n3. Create (or open) a machine identity and add the Universal Auth method\n4. Grant it access to the project(s) you need\n5. Copy the Client ID from the Universal Auth configuration",
          "button_label": "Open Infisical"
        }
      },
      {
        "id": "INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET",
        "label": "Universal Auth Client Secret",
        "description": "The Client Secret of the Infisical machine identity's Universal Auth. Generated once when you create a client secret on the identity - copy it immediately.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "************************************",
        "obtain": {
          "url": "https://app.infisical.com",
          "instructions": "1. Open the same machine identity in Access Control > Identities\n2. Under Universal Auth, click 'Create Client Secret'\n3. Copy the generated Client Secret immediately (it is shown only once)",
          "button_label": "Open Infisical"
        }
      },
      {
        "id": "INFISICAL_HOST_URL",
        "label": "Infisical Host URL",
        "description": "Base URL of your Infisical instance. Leave as the default for Infisical Cloud, or set it to your self-hosted instance URL.",
        "type": "url",
        "required": false,
        "secret": false,
        "default": "https://app.infisical.com",
        "placeholder": "https://app.infisical.com"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

infisicalsecretssecrets-managementsecuritycredentialsvault

Supported AI Clients

The Infisical (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Infisical (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.