AI Agent Playwright
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
ai-agent-playwright
This is a test ai agent create for playwright MCP server Here i am using playwright-mpc server from the microsoft. To integrate the playwright mcp server you can look into the json configuration file available on the offical site or the github repo: https://github.com/microsoft/playwright-mcp of the playwright mcp server.
At first we need to setup MCP server for that we can use any ide, VScode, cursor etc. For this i am using cursor due to it's inbuild ai features.
- At first we need to setup the MPC server we can do that by going to cursor setting -> preferences -> cursor setting -> MPC -> Click on add new global MPC server -> then paste the json configuration:
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] } } }
start mpc server: npx @playwright/mcp@latest
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Webhook Tester MCP Server
Interact with webhook-test.com to automate and manage webhook tokens, inspect incoming requests, and perform analytics.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Configurable Command MCP Server
A flexible MCP server that executes arbitrary command-line tools defined in a configuration file.
Deep Code Reasoning MCP Server
Performs complementary code analysis by combining Claude Code and Google's Gemini AI.
Pprof Analyzer
Analyze Go pprof performance profiles (CPU, heap, goroutine, etc.) and generate flamegraphs.
Model Context Protocol servers
A collection of reference server implementations for the Model Context Protocol (MCP) using Typescript and Python SDKs.
Steadybit
Interact with the Steadybit platform to run chaos engineering experiments.
KiCAD-MCP-Server
KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
SSH Server MCP
An MCP server that provides SSH-based remote management tools, acting as proxy
CodeBase Optimizer
Analyzes, optimizes, and detects duplicates in codebases for Claude Code.