From 0e6046ffc7e29840e0583e69e5d2595054aec4aa Mon Sep 17 00:00:00 2001 From: Tony Lewis Date: Sun, 19 Apr 2026 16:45:17 +0100 Subject: [PATCH] Add MCPBundle Studio (For clients) and MCP Bundles Hub (Resources) - Adds MCPBundle Studio to "For clients": browser-based MCP client for inspecting tool schemas, executing tools, and rendering interactive Apps from tool responses. OAuth + API-key auth, streamable HTTP. - Adds MCP Bundles Hub to "Resources": hosted directory of 650+ custom-built and 800+ third-party hosted MCP servers with workspace- scoped credential management and a unified streamable HTTP endpoint. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 874916cab3..97dd57e6ba 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[OpenMCP Client](https://github.com/LSTM-Kirigaya/openmcp-client/)** - An all-in-one vscode/trae/cursor plugin for MCP server debugging. [Document](https://kirigaya.cn/openmcp/) & [OpenMCP SDK](https://kirigaya.cn/openmcp/sdk-tutorial/). * **[PHP MCP Client](https://github.com/php-mcp/client)** - Core PHP implementation for the Model Context Protocol (MCP) Client * **[Runbear](https://runbear.io/solutions/integrations/slack/mcp)** - No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord. +* **[MCPBundle Studio](https://www.mcpbundles.com/studio)** - Browser-based MCP client for inspecting tool schemas, executing tools with form-based or chat input, and rendering interactive Apps from tool responses. Supports OAuth and API-key auth, streamable HTTP transport. ## 📚 Resources @@ -109,6 +110,7 @@ Additional resources on MCP. - **[Install This MCP](https://installthismcp.com)** - Reduce Installation Friction with beautiful installation guides - Klavis Logo **[Klavis AI](https://www.klavis.ai)** - Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord. - **[MCP Badges](https://github.com/mcpx-dev/mcp-badges)** – Quickly highlight your MCP project with clear, eye-catching badges, by **[Ironben](https://github.com/nanbingxyz)** +- **[MCP Bundles Hub](https://mcpbundles.com)** - Hosted directory of 650+ custom-built and 800+ third-party hosted MCP servers, with workspace-scoped credential management, OAuth/API-key brokerage, and a unified streamable HTTP endpoint for connecting agents to many providers through one bundle. - MCPProxy Logo **[MCPProxy](https://github.com/smart-mcp-proxy/mcpproxy-go)** - Open-source local app that enables access to multiple MCP servers and thousands of tools with intelligent discovery via MCP protocol, runs servers in isolated environments, and features automatic quarantine protection against malicious tools. - **[MCPRepository.com](https://mcprepository.com/)** - A repository that indexes and organizes all MCP servers for easy discovery. - **[mcp-cli](https://github.com/wong2/mcp-cli)** - A CLI inspector for the Model Context Protocol by **[wong2](https://github.com/wong2)**