A
Aiagentmcp
MCP server by chaitanyabysani
Created 2/21/2026
Updated about 9 hours ago
README
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 installwill install the dependencies declared inpackage.json.npx playwright installdownloads browser binaries.- Run
npm run test:headedto run with the browser UI visible. - Open the HTML report with
npm run test:reportafter 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"
]
}
}
}