MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-aoai-web-browsing

mcp-aoai-web-browsing

GitHub

This repository provides a server/client implementation using the Model Context Protocol (MCP) and Azure OpenAI, leveraging FastMCP and Playwright for testing. It bridges MCP responses to OpenAI function calling format

30
1

MCP Server & Client implementation for using Azure OpenAI

smithery badge

This repository provides a minimal server/client application that leverages the Model Context Protocol (MCP) with Azure OpenAI. The MCP server is built using FastMCP, and Playwright is used for web application testing. The MCP response regarding available tools is converted into the OpenAI function calling format via a customized MCP-LLM Bridge implementation. The server object is directly passed into the bridge to ensure a stable connection.

The project utilizes uv for Python dependency management. Configuration involves setting up Azure OpenAI credentials in the .env file. The chatgui.py script demonstrates a client launching a browser to navigate to a specified URL. The repository also provides guidance on using stdio and JSON-RPC, along with examples of tool descriptions and uv commands. It includes tips for debugging with Visual Studio Code and terminating Python processes.

Repository

KI
kimtth

kimtth/mcp-aoai-web-browsing

Created

December 13, 2024

Updated

March 28, 2025

Language

Python

Category

AI