Skip to content
Discussion options

You must be logged in to vote

Are looking for an MCP Server to control a browser? That is NOT the project's goal.

Thanks for reaching out, but the goal is to help AI Agents run Selenium Grid instances (containers or pods) on demand.

I didn´t account for standalone browsers because my goal is to use multiple browsers. Starting with simple setup using only hub container/pod + browsers containers/pods.


API_TOKEN=CHANGE_ME uvx mcp-selenium-grid server run --host 127.0.0.1 --port 8000
{
  "mcpServers": {
    "mcp-selenium-grid": {
      "url": "http://localhost:8000/mcp",
      "headers": {
        "Authorization": "Bearer CHANGE_ME"
      }
    }
  }
}

prompts: "Use mcp-selenium-grid to create 3 chrome browsers", "delete…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Falamarcao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9 on September 16, 2025 18:47.