Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ Browser Automation
  3. MCP Aoai Web Browsing
MCP Aoai Web Browsing logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:47:30 PM

MCP Aoai Web Browsing

User RatingsBe the first to rate and review this MCP server!
View Repository35 GitHub StarsTotal stargazers on GitHub for the source repository (35 stars).Visit Website
browser-automationplaywrightazure-openaimcppython

Connects MCP clients to Playwright browser navigation through Azure OpenAI or OpenAI-compatible function calling.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kimtth-mcp-aoai-web-browsing": {
      "command": "uvx",
      "args": [
        "uv"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“‚ More in Browser Automation

Overview

kimtth/mcp-aoai-web-browsing MCP server combines FastMCP, Playwright, and Azure OpenAI to expose browser navigation through MCP. Its bridge converts MCP tool metadata and responses into the OpenAI function-calling format, while supporting in-process and external stdio connections. Use it when an MCP-compatible client needs an LLM-assisted browser workflow or when a Python application needs to execute browser tools directly. Standard OpenAI configuration is also supported as an alternative to Azure OpenAI.

Use cases

โ€ขNavigate websites from an MCP-compatible client
โ€ขConnect Playwright browser navigation to Azure OpenAI
โ€ขConvert MCP tools into OpenAI function calls
โ€ขExecute browser tools from a Python bridge
โ€ขLaunch the server over stdio for external clients

Key features

โ€ขPlaywright URL navigation
โ€ขFastMCP server implementation
โ€ขAzure OpenAI support
โ€ขStandard OpenAI support
โ€ขOpenAI function-calling bridge
โ€ขIn-process and stdio connections

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Aoai Web Browsing.

Extracted Tool Capabilities
Playwright URL navigation
FastMCP server implementation
Azure OpenAI support
Standard OpenAI support
OpenAI function-calling bridge
In-process and stdio connections

How MCP Aoai Web Browsing works

What kimtth/mcp-aoai-web-browsing MCP server does

kimtth/mcp-aoai-web-browsing MCP server connects an MCP browser tool to Azure OpenAI or standard OpenAI. The included server is built with FastMCP and uses Playwright for browser interaction. The documented tool, playwright_navigate, accepts a URL and optional timeout and page-load waiting behavior, then navigates the browser to that address.

The repository also includes a client-side bridge. It retrieves MCP tool definitions, reshapes them into the format expected by OpenAI function calling, and routes model-selected calls back to the MCP server. This makes the project useful both as a browser server for external MCP clients and as a sample Python application with its own LLM loop.

How it works

A local MCP server exposes the browser functionality through the FastMCP application in server/browser_navigator_server.py. The bridge can connect to that application directly in the same process or launch it as an external server over stdio. Passing the server object directly to the bridge is used to maintain a stable connection in the in-process arrangement.

For clients that manage their own model loop, the bridge can return tool metadata and execute a named tool with arguments. The README demonstrates a direct call to playwright_navigate with a URL. External clients can instead start the server from an MCP configuration file and handle model interaction themselves.

Setup and configuration

The documented development workflow uses uv. Rename .env.template to .env, provide the Azure OpenAI settings, install the project dependencies with uv sync, and start the sample interface with python chatgui.py. The sample launches a browser and navigates to a URL.

Azure OpenAI configuration uses AZURE_OPEN_AI_ENDPOINT, AZURE_OPEN_AI_API_KEY, AZURE_OPEN_AI_DEPLOYMENT_MODEL, and AZURE_OPEN_AI_API_VERSION. The bridge can also use standard OpenAI by selecting its OpenAI configuration helper and setting OPENAI_API_KEY and OPENAI_MODEL.

External MCP clients start the application with uv run fastmcp run ./server/browser_navigator_server.py:app. The examples show this setup for Claude Desktop, Claude Code, and VS Code. A Python program can configure the same stdio command through MCPServerConfig and manage its lifetime with BridgeManager.

Tools and capabilities

The documented capabilities include:

  • Exposing Playwright browser navigation through MCP.
  • Navigating to a supplied URL with playwright_navigate.
  • Passing a navigation timeout and wait_until value.
  • Converting MCP tools into OpenAI function-calling definitions.
  • Executing tools directly from Python through the bridge.
  • Connecting to MCP servers in-process or over stdio.

Limitations and notes

The supplied material documents navigation rather than a complete browser automation tool catalog. It does not establish support for a hosted endpoint, OAuth, or a packaged one-command installation. Running the server requires a local Python and uv setup, plus credentials for either Azure OpenAI or standard OpenAI, depending on the selected configuration. The external-client examples use repository-relative paths, so the configured working directory must point to the checked-out project.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    ๐Ÿ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server โ†’
  • Playwright MCP logoPlaywright MCP
    Verified

    Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots

    ๐Ÿ“‚ Browser Automation2 views
    Compare vs Playwright MCP โ†’
  • Auto Browser logoAuto Browser

    Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor.

    ๐Ÿ“‚ Browser Automation3 views
    Compare vs Auto Browser โ†’
  • MCP Server Browser logoMCP Server Browser

    Browser automation capabilities using Puppeteer, both support local and remote browser connection.

    ๐Ÿ“‚ Browser Automation3 views
    Compare vs MCP Server Browser โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
35
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Aoai Web Browsing

Use uv to install the project dependencies with `uv sync`, then start the MCP application with `uv run fastmcp run ./server/browser_navigator_server.py:app` from the repository.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Aoai Web Browsing AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kimtth-mcp-aoai-web-browsing?style=directory)](https://allmcps.com/mcp/kimtth-mcp-aoai-web-browsing)
HTML Embed
<a href="https://allmcps.com/mcp/kimtth-mcp-aoai-web-browsing"><img src="https://allmcps.com/api/badge/kimtth-mcp-aoai-web-browsing?style=directory" alt="MCP Aoai Web Browsing on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚Browser Automation
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars35
GitHub Star CountTotal stargazers on GitHub representing community popularity (35 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 16, 2026
43Quality signal: Fair ยท 43/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 3Low 4

Scanned 20d ago via OSV.dev ยท uv (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ Browser Automation โ†’Best MCP servers for Browser Automation โ†’Alternatives to MCP Aoai Web Browsing โ†’Install in Claude DesktopInstall in CursorInstall in VS Code