MCP Servers

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

MCP server by chaitanyabysani

Created 2/21/2026
Updated about 9 hours ago
Repository documentation and setup instructions

Playwright tests for AIAgentMCP

This folder contains a minimal Playwright test scaffold.

Quick start (PowerShell):

cd d:/AI/AIAgentMCP
npm install
npx playwright install
npm test

Notes:

  • npm install will install the dependencies declared in package.json.
  • npx playwright install downloads browser binaries.
  • Run npm run test:headed to run with the browser UI visible.
  • Open the HTML report with npm run test:report after a run.
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-aiagentmcp

Cursor configuration (mcp.json)

{ "mcpServers": { "chaitanyabysani-aiagentmcp": { "command": "npx", "args": [ "chaitanyabysani-aiagentmcp" ] } } }