Overview
What is Airtop MCP Server?
A Model Context Protocol (MCP) server that provides tools for interacting with Airtop's browser automation service. It is intended for use with MCP-compatible clients like Claude.
How to use Airtop MCP Server?
Clone the repository, install dependencies with npm install, and set the AIRTOP_API_KEY environment variable. Start the development server with npm run dev -- --server. For use in Claude, configure the MCP server JSON using npx -y airtop-mcp@latest and set the AIRTOP_API_KEY environment variable. The server runs on port 3456 by default, configurable via the PORT environment variable.