Skip to main content
Browser AutomationPython

kimtth/mcp-aoai-web-browsing

A `minimal` server/client MCP implementation using Azure OpenAI and Playwright.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kimtth/mcp-aoai-web-browsing

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-aoai-web-browsing": {
      "command": "npx",
      "args": [
        "-y",
        "kimtth/mcp-aoai-web-browsing"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Python
Author
kimtth