A
Ai Automation Agents Building With MCP
MCP server by AnkitKumar5277
创建于 11/4/2025
更新于 about 1 month ago
README
Repository documentation and setup instructions
Guide: install nodejs nodejs.org/en/download
mcp server github.com/microsoft/playwright-mcp
Agenda
What is AI Agent?
What is the MCP Server and How this MCP help an LLM to be superman.
AI Agent that perform Web browser Testing using Selenium, Playwright.
Task 1 - Basic Task
Task 2 - Medium Task
Task 3 - Advance Stuff
Github MCP Server – Push code via Prompts (like 5th grade)
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/AnkitKumar5277/AI-Automation-Agents-Building-with-MCP
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"ankitkumar5277-ai-automation-agents-building-with-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/AnkitKumar5277/AI-Automation-Agents-Building-with-MCP"
]
}
}
}