🚀 Installation & Setup
Quick Install
# Clone the repository
git clone https://github.com/kimtth/mcp-aoai-web-browsing
cd mcp-aoai-web-browsing
# Install dependencies
pip install -r requirements.txt
# Run the server
python main.py
Prerequisites
- Node.js 18+ or Python 3.8+ (depending on implementation)
- MCP-compatible client (Claude Desktop, Continue, etc.)
- Basic understanding of Model Context Protocol
⚙️ Configuration
MCP Settings Configuration
{
"mcpServers": {
"azure-openai-web-browsing-mcp": {
"command": "node",
"args": ["path/to/azure-openai-web-browsing-mcp/dist/index.js"],
"env": {
"API_KEY": "your-api-key-here",
"DEBUG": "false"
}
}
}
}
Environment Variables
Set these environment variables based on your needs:
- • API_KEY - Your API key (if required)
- • DEBUG_MODE - Enable debug logging
- • TIMEOUT - Request timeout in seconds
💡 Usage Examples
Basic Usage
// Example: Basic usage of Azure OpenAI Web Browsing MCP
const result = await mcpClient.callTool('execute', {
input: 'your-input-here',
options: {
format: 'json',
timeout: 30000
}
});
console.log('Result:', result);
Integration Guide
This MCP server can be integrated into various AI applications and workflows. Check the GitHub repository for detailed integration examples and API documentation.
View Documentation👥 Contributors
kimtth1 contributions
❓ FAQ
How do I install this tool?
Follow the installation instructions above. Make sure you have the required dependencies installed.
Is this tool free to use?
Yes, this is an open-source MCP server available under its repository license.
How do I get support?
Check the GitHub repository for issues, documentation, and community support.
More api MCP Tools
Youtube Uploader MCP
Automated YouTube video upload and management MCP server with metadata handling and scheduling
⭐ 4.4517 stars
Mcp
Financial market data integration providing real-time and historical stock, forex, and crypto data
⭐ 4.8511 stars
Imagen3 MCP
Google Imagen 3 integration for AI image generation through Model Context Protocol
⭐ 4.8349 stars