MCP.so
登录

Authn8

@authn8

关于 Authn8

MCP server for Authn8 2FA code access

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

authn8

提交者

Authn8

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "authn8": {
      "command": "npx",
      "args": [
        "-y",
        "@authn8/mcp-server"
      ],
      "env": {
        "AUTHN8_API_KEY": "pat_your_token_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Authn8?

Authn8 is an MCP server that provides AI agents access to Authn8 2FA codes via Personal Access Token (PAT) authentication. It is designed for developers and users who need to programmatically retrieve one-time passwords for their multi-factor authentication accounts.

How to use Authn8?

Run the server with npx @authn8/mcp-server and set the AUTHN8_API_KEY environment variable to your PAT token. It can also be run via Docker. Configuration examples are provided for Claude Desktop, Claude Code (CLI), and Cursor.

Key features of Authn8

  • Retrieve all 2FA accounts accessible to your token.
  • Generate TOTP codes for a specific account by ID or name.
  • View token information, scoped groups, and expiry date.
  • Deployable via npx or Docker.
  • Supports multiple MCP client configurations.

Use cases of Authn8

  • AI agents logging into services that require 2FA codes.
  • Automating TOTP retrieval for CI/CD pipelines.
  • Integrating 2FA code management into assistant workflows.
  • Managing multiple 2FA accounts from a single token.

FAQ from Authn8

What is a Personal Access Token (PAT)?

A PAT is a token created in the Authn8 dashboard that authenticates the MCP server to access your 2FA accounts.

How do I set the environment variable?

Set the AUTHN8_API_KEY environment variable to your PAT token before running the server, e.g., AUTHN8_API_KEY=pat_xxx.

Which MCP clients are supported?

Configurations are provided for Claude Desktop, Claude Code (CLI), and Cursor.

How do I get a specific OTP?

Use the get_otp tool with either account_id (UUID) or account_name (partial match). If multiple accounts match, the tool returns a list.

What does the whoami tool return?

It returns details about the current token, including the business name, token name, scoped groups, account count, and expiration date.

评论

开发工具 分类下的更多 MCP 服务器