- Airtop MCP Server
Overview
what is Airtop MCP Server?
Airtop MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction with Airtop's browser automation service.
how to use Airtop MCP Server?
To use Airtop MCP Server, install it via npm, set your Airtop API key, and start the server either in development or production mode.
key features of Airtop MCP Server?
- Create and manage Airtop browser sessions.
- Query current page content using AI.
- Terminate browser sessions as needed.
use cases of Airtop MCP Server?
- Automating web browsing tasks.
- Managing multiple browser sessions for testing.
- Extracting data from web pages using AI queries.
FAQ from Airtop MCP Server?
- What is the default port for the server?
The server runs on port 3456 by default, but this can be changed via the PORT environment variable.
- How do I install Airtop MCP Server?
You can install it using npm with the command
npm install airtop-mcp
.
- Can I run Airtop MCP Server in production?
Yes, you can install it globally and run it in production mode.