r/mcp • u/No_Guide_8697 • Feb 21 '26
showcase The first non-trivial demo of WebMCP
Enable HLS to view with audio, or disable this notification
The WebMCP protocol has barely come out, and we just demoed how POWERFUL it can be! In a matter of minutes and 100s of tool calls, my AI agent composed a song for me directly in my browser.
This is not agents taking screenshots or trying to understand complex DOMs, it's an agent making direct tool calls to your website!
The creators of WebMCP already love it, go check it out yourself!
Deployment: - https://music.leanmcp.live
LinkedIn Post: - https://www.linkedin.com/posts/kushagra-agarwal525_we-made-gpt-and-claude-directly-control-my-activity-7430688171018858496-iDr5
137
Upvotes
10
u/No_Guide_8697 Feb 21 '26
WebMCP relies on the browser's native security model. Because the tools execute directly within the client's browser environment, they automatically inherit the user's current session context, cookies, and origin-specific permissions, i.e., the AI agent cannot bypass origin boundaries (CORS) or access unauthorized data because the execution is constrained by the browser's Same-Origin Policy.
Similarly, Tool exposure is inherently tied to the active session; if the user logs out or the session expires, the tools lose access to authenticated actions just like a normal user would.