MCP + A2A + Selenium with Live Demo #395
vishalmysore
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
I wanted to share a small project I built while exploring ways to make Selenium automation more approachable. The main challenge was getting A2A (Agent-to-Agent) protocol and MCP (Model Context Protocol) to work together in Java - something I hadn't seen done before.
The Challenge
The problem was pretty straightforward: I had experience with Selenium but was curious if I could:
🎮 Try the Live Demo
Want to see it in action before diving in? Here are some things to try (remember, results may vary based on your prompts):
💡 Pro Tip: When using the demo, try to:
🚀 What I've Built (And You Can Too!)
I've created a web automation agent that's ready for you to use, extend, and improve. Here's what it can do:
✨ Core Features (Try them live!):
🎯 Live Demo Highlights:
How It Works
The core idea is simple: use A2A protocol for handling the automation commands and MCP for AI model communication. Here's the basic flow:
Main Challenges Solved
Basic Setup
If you want to try it out, the setup is minimal:
Key Components
You can try the live demo to see how it works.
What I Learned
The code is on GitHub if you want to take a look or build something similar. I'd be curious to see what others do with this approach.
Setting Up Your Own Instance
If you want to experiment with the code, here's a basic setup to get you started. I've tried to make it as straightforward as possible:
Note: You might need to adjust timeouts based on your network and the websites you're automating.
Relevant Links
Beta Was this translation helpful? Give feedback.
All reactions