Skip to main content
Glama

Playwright MCP Server

Official
by microsoft

browser_tab_select

Switch between browser tabs by specifying the index to interact with web pages in the Playwright MCP Server environment.

Instructions

Select a tab by index

Input Schema

NameRequiredDescriptionDefault
indexYesThe index of the tab to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "The index of the tab to select", "type": "number" } }, "required": [ "index" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server