mcp-oauth-bun

arlintdev/mcp-oauth-bun
★ 0 stars TypeScript 🔒 Security Updated 7d ago
Hono-native port of the Model Context Protocol SDK's OAuth 2.1 authorization server. Drop-in for Bun + Hono MCP servers.
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-oauth-bun": {
      "command": "npx",
      "args": [
        "-y",
        "arlintdev/mcp-oauth-bun"
      ]
    }
  }
}

README Excerpt

Hono-native port of [`@modelcontextprotocol/sdk`](https://github.com/modelcontextprotocol/typescript-sdk)'s OAuth 2.1 authorization server. Drop-in for Bun + Hono MCP servers, byte-for-byte wire-compatible with the SDK's reference router — so strict OAuth clients (including Claude's MCP connector backend) accept it without the `mcp-remote` shim.