mcp-oauth-server-next

ctalau/mcp-oauth-server-next
★ 0 stars Unknown language Security Updated today
MCP HTTP server with OAuth 2.0 + DCR + PKCE — Next.js PoC for Claude Code
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-oauth-server-nex": {
      "command": "npx",
      "args": [
        "-y",
        "ctalau/mcp-oauth-server-next"
      ]
    }
  }
}