A minimal Model Context Protocol 🖥️ server/client🧑💻with Azure OpenAI and 🌐 web browser control via Playwright.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-aoai-web-browsing": {
"args": [
"index.js"
],
"command": "node"
}
}
}