mcp-auth-vscode

vilashjagani/mcp-auth-vscode
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 6d ago
OAuth 2.0 Device Authorization Flow (RFC 8628) for MCP servers — injects Bearer tokens into VS Code MCP config automatically.
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-vscode": {
      "command": "npx",
      "args": [
        "-y",
        "vilashjagani/mcp-auth-vscode"
      ]
    }
  }
}

README Excerpt

A VS Code extension that authenticates against any OAuth 2.0 IDP using the **Device Authorization Flow** (RFC 8628) and automatically injects the resulting Bearer token into VS Code's MCP server configuration. The **MCP Server Lens** sidebar panel shows all configured MCP servers, lets you connect to them, and lists every tool each server exposes.

Tools (2)

CERT_HAS_EXPIREDmcpAuth