T
Tinaa Playwright Msp
作者 @aj-geddes
This is a Model Context Protocol server for the Playwright universe, Language Server Protocol built in for playbook creation assistance.
创建于 6/14/2025
更新于 6 months ago
README
Repository documentation and setup instructions
TINAA - Testing Intelligence Network Automation Assistant
📚 View Full Documentation →
A Model Context Protocol (MCP) server for Playwright automation with integrated Language Server Protocol (LSP) for intelligent test automation assistance.
Quick Links
Quick Install
# Using pre-built Docker image
docker pull ghcr.io/aj-geddes/tinaa-playwright-msp:latest
docker run -d -p 8765:8765 ghcr.io/aj-geddes/tinaa-playwright-msp:latest
All documentation, installation instructions, API reference, and guides are available at:
🌐 aj-geddes.github.io/tinaa-playwright-msp
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx tinaa-playwright-msp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"aj-geddes-tinaa-playwright-msp": {
"command": "uvx",
"args": [
"tinaa-playwright-msp"
]
}
}
}
作者服务器
其他服务器由 aj-geddes