oauth2-test-server

rust-mcp-stack/oauth2-test-server
★ 3 stars Rust Security Updated today
A lightweight, fast, fully configurable in-memory OAuth 2.0 + OpenID Connect authorization server built in Rust , perfect for local development, unit/integration tests, and mocking auth flows and testing MCP (Model Context Protocol) servers and clients
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": {
    "oauth2-test-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "oauth2-test-server"
      ]
    }
  }
}