MCP.so
Sign In
Servers

MCP Server Seminar

@Tech8Tales

MCP SERVER IMPLEMENTATION

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "MCP_WOW": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@microsoft/playwright-mcp",
        "--client",
        "vscode",
        "--config",
        "{}"
      ]
    }
  }
}

More from Other