Back to MCP Servers
Aoai Web Browsing
A `minimal` server/client MCP implementation using Azure OpenAI and Playwright.
browser-automationazureai
By kimtth
Installation
npx -y mcp-aoai-web-browsingConfiguration
{
"mcpServers": {
"mcp-aoai-web-browsing": {
"command": "npx",
"args": ["-y", "mcp-aoai-web-browsing"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes