gemini-testing/testplane-mcp
If you are the rightful owner of testplane-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Testplane MCP is a Model Context Protocol server that allows LLMs to interact with web applications, enhancing their ability to generate and automate tests.
Tools
Functions exposed to the LLM to take actions
navigate
Navigate to URL in the browser.
closeBrowser
Close the current browser session.
listTabs
Get a list of all currently opened browser tabs with their URLs, titles, and active status.
switchToTab
Switch to a specific browser tab by its number.
openNewTab
Open a new browser tab, optionally navigate to a URL, and automatically switch to it.
closeTab
Close a specific browser tab by its number, or close the current tab if no number is provided.
clickOnElement
Click an element on the page using semantic queries or CSS selectors.
typeIntoElement
Type text into an input element on the page using semantic queries or CSS selectors.
takePageSnapshot
Capture a DOM snapshot of the current page with configurable filtering options.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client