diff --git a/AWESOME_WEBMCP.md b/AWESOME_WEBMCP.md index 04e3eb7..3e35892 100644 --- a/AWESOME_WEBMCP.md +++ b/AWESOME_WEBMCP.md @@ -26,6 +26,8 @@ A curated list of awesome WebMCP demos. - [Blackjack Agents](https://webmcp-blackjack.heejae.dev/) - Blackjack game with multiple AI agents (player, opponent, dealer) all using WebMCP tools. Each agent autonomously observes its hand, decides to hit or stand, and repeats until done — driven by tool descriptions alone. - [Code](https://github.com/happyhj/webmcp-blackjack) - **Example Prompt:** "Play my turn" +- [WebMCP Bridge](https://h3manth.com/ai/webmcp/) - A bridge that connects any remote MCP server to Chrome's WebMCP API (`navigator.modelContext`), letting browser-based AI agents discover and invoke tools from existing MCP servers. + - **Example Prompt:** "Search for TC39 proposals related to decorators" - [WebMCP × Excalidraw x WebAI](https://shidh.in/demo/webmcp-excalidraw/) - A Web app that converts natural language descriptions into Excalidraw diagrams through a 3-tool WebMCP pipeline (generate_mermaid → validate_mermaid → render_excalidraw), with optional on-device generation using Chrome's built-in AI. - **Example Prompt**: "Create a flowchart showing the user login flow with error handling"