http-oauth-mcp-server

NapthaAI/http-oauth-mcp-server
★ 104 stars TypeScript 🤖 AI/LLM Updated 2mo ago
Remote MCP server (SEE + Streamable HTTP) implementing the MCP spec's authorization extension. Use directly from your agents, or from Cursor / Claude with mcp-remote
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": {
    "http-oauth-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "NapthaAI/http-oauth-mcp-server"
      ]
    }
  }
}