Back to MCP Servers
🔌

chrishayuk/mcp-cli

Apache-2.0API key required

🐍 🏠 - Yet another CLI tool for testing MCP servers

PythonProductivity

Install

npx -y @playwright/mcp@latest

Required environment variables

OPENAI_API_KEYSet in your MCP config
ANTHROPIC_API_KEYSet in your MCP config
AZURE_OPENAI_API_KEYSet in your MCP config
GEMINI_API_KEYSet in your MCP config
GROQ_API_KEYSet in your MCP config
LOCALAI_API_KEYSet in your MCP config
MYPROXY_API_KEYSet in your MCP config
BRAVE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "chrishayuk-mcp-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "AZURE_OPENAI_API_KEY": "<YOUR_AZURE_OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "GROQ_API_KEY": "<YOUR_GROQ_API_KEY>",
        "LOCALAI_API_KEY": "<YOUR_LOCALAI_API_KEY>",
        "MYPROXY_API_KEY": "<YOUR_MYPROXY_API_KEY>",
        "BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.