Back to MCP Servers

Authenticator

A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.

securityaiagent

Installation

npx -y authenticator_mcp

Configuration

{
  "mcpServers": {
    "authenticator_mcp": {
      "command": "npx",
      "args": ["-y", "authenticator_mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub