home / mcp / limetest mcp server
AI-powered end-to-end testing MCP server that uses Playwright for automated browser testing.
Configuration
View docs{
"mcpServers": {
"m2rads-limetest-arch": {
"command": "npx",
"args": [
"npx @limetest/mcp",
"--api-key=<your openai api key>"
],
"env": {
"OPENAI_API_KEY": "<your openai api key>"
}
}
}
}Launch the Limetest MCP server to enable AI-powered end-to-end testing within your MCP client. This tool handles starting the stdio MCP process with the required arguments and API key.