Skip to content

Middleware Auth

Free

by MCP Community

Authentication middleware for MCP Accelerator

v1.0.0Added Apr 12, 2026
mcpmiddlewareauthenticationsecurityjwt
Works with:ClaudeGPTGeminiCopilot

Middleware Auth MCP Server

Authentication middleware for MCP Accelerator

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-accelerator/middleware-auth
Add to claude_desktop_config.json
{
  "mcpServers": {
    "middleware-auth": {
      "command": "npx",
      "args": ["-y", "@mcp-accelerator/middleware-auth"]
    }
  }
}