mcp-auth-test-server

rmax-ai/mcp-auth-test-server
★ 0 stars Python 🔒 Security Updated today
MCP Auth Test Server — Implement endpoints for OAuth 1.0a, OAuth 2.0 (2L/3L), OAuth 2.1, Bearer Token, and No-Auth schemes for testing MCP clients
View on GitHub →

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-auth-test-server": {
      "command": "uvx",
      "args": [
        "mcp-auth-test-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-auth-test-server