Middleware Auth
Freeby MCP Community
Authentication middleware for MCP Accelerator
v1.0.0Added Apr 12, 2026
mcpmiddlewareauthenticationsecurityjwt
Middleware Auth MCP Server
Authentication middleware for MCP Accelerator
Installation
Reviews
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"]
}
}
}