Skip to content

Commit e142901

Browse files
matipojocursoragent
andcommitted
Add React Chess demo to Awesome WebMCP list
A chess game built with React that exposes WebMCP tools (get-board-state, make-move, get-possible-moves, restart-game, promote-pawn) allowing AI agents to play chess via navigator.modelContext. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4828f3f commit e142901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AWESOME_WEBMCP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ A curated list of awesome WebMCP demos.
1717
- **Example Prompt:** "I want to book a flight from New York to Los Angeles for two people on next Thursday."
1818
- [Animal Viewer](https://65s6dw.csb.app/) - A simple codesandbox demo page that shows either a dog or a cat image.
1919
- **Example Prompt:** "Show me a dog on this page"
20+
- [React Chess](https://matipojo.github.io/WebMCP-React-Chess) - A chess game that exposes WebMCP tools (`get-board-state`, `make-move`, `get-possible-moves`, `restart-game`, `promote-pawn`) so an AI agent can play chess through `navigator.modelContext`.
21+
- **Example Prompt:** "Let's play chess. You play white. Make your opening move."
2022
- **Moving Beyond Screen Scraping**: A hands-on example of using WebMCP to create an agentic first experience with 10x fewer tokens
2123
- [Article](https://lnkd.in/daPRAtMX) | [Code](https://lnkd.in/dkZ3Jizn)
2224

0 commit comments

Comments
 (0)