Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AWESOME_WEBMCP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading