Skip to main content
SecurityTypeScript

firstorderai/authenticator_mcp

πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 – A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/firstorderai/authenticator_mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
firstorderai