MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Authn8
Code ExecutionOfficial
A

Authn8

Access your team's 2FA codes from AI agents without sharing secrets. List accounts, generate TOTP codes, and maintain full audit trails

0 starsUpdated Aug 14, 2026
View on GitHub

Ads

Overview

MCP server that provides AI agents access to Authn8 2FA codes via PAT authentication. - An Authn8 account - A Personal Access Token (PAT) created in the Authn8 dashboard Set the AUTHN8_API_KEY environment variable to your PAT token. Add to your Claude Desktop configuration file: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Add to your Claude Code configuration file: macOS: ~/.claude.json Windows: %USERPROFILE%\.claude.json All tools declare an output schema and return structuredContent alongside the text block, so clients get typed results without re-parsing JSON out of text.

Installation

npx @authn8/mcp-server

Configuration

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

Capabilities

  • List 2FA accounts

    Ask your assistant to call `list_accounts` to see all 2FA accounts accessible to the token.

  • Generate TOTP codes

    Use `get_otp` with an account name or ID to get a current one-time code.

  • Resolve ambiguous matches

    When `get_otp` returns multiple matches, retry with the account ID.

  • Check token details

    Call `whoami` to see token name, business, scoped groups, expiry, and account count.

Tags

  • development

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago