S Oauth
Freeby MCP Community
Express middleware library for MCP (Model Context Protocol) OAuth authentication
v1.0.5Added Apr 12, 2026
mcpoauthauthenticationexpressmiddleware
S Oauth MCP Server
Express middleware library for MCP (Model Context Protocol) OAuth authentication
Installation
Reviews
Installation
Quick install
npx -y mcp-s-oauth
Add to claude_desktop_config.json
{
"mcpServers": {
"s-oauth": {
"command": "npx",
"args": ["-y", "mcp-s-oauth"]
}
}
}