mcp-oauth-test-server

hercemer42/mcp-oauth-test-server
★ 0 stars JavaScript Security Updated 13d ago
A test server & tools to help with testing Oauth MCP implementations
View on GitHub → 🔍 Audit Wallet Slippage →

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-test-serve": {
      "command": "npx",
      "args": [
        "-y",
        "hercemer42/mcp-oauth-test-server"
      ]
    }
  }
}