MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Ai Automation Agents Building With MCP

MCP server by AnkitKumar5277

Created 11/4/2025
Updated about 1 month ago
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)

image image
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/AnkitKumar5277/AI-Automation-Agents-Building-with-MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "ankitkumar5277-ai-automation-agents-building-with-mcp": { "command": "git", "args": [ "clone", "https://github.com/AnkitKumar5277/AI-Automation-Agents-Building-with-MCP" ] } } }