Back to MCP Servers
Authenticator
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.
securityaiagent
By firstorderai
Installation
npx -y authenticator_mcpConfiguration
{
"mcpServers": {
"authenticator_mcp": {
"command": "npx",
"args": ["-y", "authenticator_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes