Skip to main content
Glama

Playwright MCP for macOS

by mb-dev
start-mcp-dev.shโ€ข745 B
#!/bin/bash # Start MCP server in development mode with auto-reload # This uses uv and installs the package in editable mode for live changes set -e echo "๐Ÿ”ง Setting up MCP development environment with uv..." # Install dependencies with uv echo "๐Ÿ“ฆ Installing dependencies..." uv sync --dev # Install this package in editable mode echo "๐Ÿ”— Installing package in editable mode..." uv pip install -e . # Start MCP inspector in development mode echo "๐Ÿš€ Starting MCP development server..." echo " ๐Ÿ“ Any changes to the code will be reflected immediately" echo " ๐ŸŒ Opening MCP Inspector in browser..." # Use uv to run the MCP dev command with auto-reload uv run mcp dev src/macos_ui_automation/mcp_server.py --with-editable .

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mb-dev/macos-ui-automation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server