Server Directory
Developer ToolsIntermediate

Selenium

by Selenium Community

GitHub
2.8k

Selenium WebDriver integration for browser automation testing. Control browsers, simulate user interactions, run automated tests, and validate web applications.

CAPABILITIES

  • Cross-browser testing
  • Element interaction simulation
  • Screenshot and video capture
  • JavaScript execution
  • Wait conditions
  • Parallel test execution

INSTALLATION

Terminal
npx -y @selenium/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "selenium": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@selenium/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Intermediate
Maintained By
Selenium Community
NPM Package
@selenium/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →