Implementing an MCP Client with Browser-based OAuth
@asibyl
About Implementing an MCP Client with Browser-based OAuth
web client to inspect transport and messages to and from MCP servers
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Implementing an MCP Client with Browser-based OAuth?
A browser-based MCP client that implements end-to-end OAuth authorization with Streamable HTTP Servers, allowing developers to inspect the transport layer and messages exchanged with MCP servers. It is designed for developers working with MCP servers that require client authorization.
How to use Implementing an MCP Client with Browser-based OAuth?
Connect to a server through the Connect panel, which triggers the OAuth flow via the server's /authorize and /token endpoints. Once connected, list tools in the Tools tab, invoke them with input parameters in the Run panel, and inspect responses in the Inspect panel.
Key features of Implementing an MCP Client with Browser-based OAuth
- OAuthClientProvider that stores auth tokens in session storage
- Two-step connect: acquire token, then establish transport
- Lists tools available on the connected MCP server
- Calls tools with user-provided input parameters
- Inspects server responses from tool execution
- Simplified implementation inspired by MCP Inspector
Use cases of Implementing an MCP Client with Browser-based OAuth
- Testing MCP servers that require OAuth authorization
- Debugging the MCP transport and message flow
- Developing Streamable HTTP servers with client authorization
- Inspecting tool responses without a full Inspector setup
FAQ from Implementing an MCP Client with Browser-based OAuth
What MCP servers does this client work with?
Only servers that implement client authorization, specifically the /authorize and /token endpoints.
Does this client support prompts and resources?
No, listing and using prompts or resources has not been implemented yet—those tabs provide no content.
How is OAuth handled in the browser?
The OAuthClientProvider saves and retrieves auth information in session storage, so tokens persist within the browser tab session.
How does this differ from MCP Inspector?
This project borrows heavily from MCP Inspector but aims for a simpler, more focused implementation for OAuth-based workflows.
Does it require a backend or proxy server?
The README describes a purely browser-based client; no backend or proxy is mentioned for the OAuth flow or transport.
More Developer Tools MCP servers
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments