kimtth/mcp-aoai-web-browsing
A `minimal` server/client MCP implementation using Azure OpenAI and Playwright.
Quick Start
Clone the repository:
git clone https://github.com/kimtth/mcp-aoai-web-browsingClaude 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.